Html Css Color HEX #0FB620 Dark Pastel Green

📋 copy color: '#0FB620'

red 15 ◦ green 182 ◦ blue 32

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

Shades of Dark Pastel Green #0FB620

Tints of Dark Pastel Green #0FB620

RGB

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

 GREEN value IS 182 (71.48% from 255) = 79.48%

 BLUE value IS 32 (12.89% from 255) = 13.97%

R = 6.55%
G = 79.48%
B = 13.97%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#0FB620 (or 0x0FB620) is known color: Dark Pastel Green. HEX triplet: 0F, B6 and 20. RGB value is (15,182,32). Sum of RGB (Red+Green+Blue) = 15+182+32=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 182 (71.48% from 255 or 79.48% from 229); Blue value is 32 (12.89% from 255 or 13.97% from 229); Max value from RGB is 182 - color contains mainly: green. Hex color #0FB620 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FB620 is #F049DF. Grayscale: #737373. Windows color (decimal): -15747552 or 2143759. OLE color: 2143759.

HSL color Cylindrical-coordinate representation of color #0FB620: hue angle of 126.11º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB620 is Cyan = 0.92, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB 15 182 32 -
CMYK 0.92 0 0.82 0.29
HSL 126.11º 0.85% 0.39% -
HSV(B) 126.11º 0.92% 0.71% -
XYZ 17.19 33.66 6.96 -
YUV 114.97 81.17 56.7 -
System Red Green Blue C M Y K H S L
Decimal 15 182 32 0.92 0 0.82 0.29 126.11 0.85 0.39
Hex F B6 20 5C 0 52 1D 7E 55 27
Octal 17 266 40 134 0 122 35 176 125 47
Binary 1111 10110110 100000 1011100 0 1010010 11101 1111110 1010101 100111

Color Harmonies of #0FB620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FB620

Black with #0FB620

Text Example


Text Example

White with #0FB620

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,182,32); }

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

background-color css

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

 a { background-color: rgb(15,182,32); }

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

border-color css

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

 span { border-color: rgb(15,182,32); }

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