Html Css Color HEX #0FB23F Dark Pastel Green

📋 copy color: '#0FB23F'

red 15 ◦ green 178 ◦ blue 63

#0FB23F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0FB23F

Tints of Dark Pastel Green #0FB23F

RGB

 RED value IS 15 (6.25% from 255) = 5.86%

 GREEN value IS 178 (69.92% from 255) = 69.53%

 BLUE value IS 63 (25% from 255) = 24.61%

R = 5.86%
G = 69.53%
B = 24.61%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0FB23F (or 0x0FB23F) is known color: Dark Pastel Green. HEX triplet: 0F, B2 and 3F. RGB value is (15,178,63). Sum of RGB (Red+Green+Blue) = 15+178+63=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 178 (69.92% from 255 or 69.53% from 256); Blue value is 63 (25% from 255 or 24.61% from 256); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB23F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FB23F is #F04DC0. Grayscale: #747474. Windows color (decimal): -15748545 or 4174351. OLE color: 4174351.

HSL color Cylindrical-coordinate representation of color #0FB23F: hue angle of 137.67º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB23F is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 15 178 63 -
CMYK 0.92 0 0.65 0.30
HSL 137.67º 0.84% 0.38% -
HSV(B) 137.67º 0.92% 0.7% -
XYZ 17.01 32.3 10.04 -
YUV 116.15 98 55.85 -
System Red Green Blue C M Y K H S L
Decimal 15 178 63 0.92 0 0.65 0.30 137.67 0.84 0.38
Hex F B2 3F 5C 0 41 1E 8A 54 26
Octal 17 262 77 134 0 101 36 212 124 46
Binary 1111 10110010 111111 1011100 0 1000001 11110 10001010 1010100 100110

Color Harmonies of #0FB23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB23F

Black with #0FB23F

Text Example


Text Example

White with #0FB23F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FB23F; }

 p { color: rgb(15,178,63); }

 H1.HeaderClassName
 {
   color: #0FB23F;
 }
 .AnyTagClassName
 {
   color: #0FB23F;
 }
</style>

background-color css

<style>
 a { background-color: #0FB23F; }

 a { background-color: rgb(15,178,63); }

 div.DivClassName
 {
   background-color: #0FB23F;
 }
 .BgClassName
 {
   background-color: #0FB23F;
 }
</style>

border-color css

<style>
 span { border-color: #0FB23F; }

 span { border-color: rgb(15,178,63); }

 td.TdClassName
 {
   border-color: #0FB23F;
 }
 .TagClassName
 {
   border-color: #0FB23F;
 }
</style>