Html Css Color HEX #0A9F21 Forest Green

📋 copy color: '#0A9F21'

red 10 ◦ green 159 ◦ blue 33

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

Shades of Forest Green #0A9F21

Tints of Forest Green #0A9F21

RGB

 RED value IS 10 (4.3% from 255) = 4.95%

 GREEN value IS 159 (62.5% from 255) = 78.71%

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 4.95%
G = 78.71%
B = 16.34%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.38

RGB Variations

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

Color information

#0A9F21 (or 0x0A9F21) is known color: Forest Green. HEX triplet: 0A, 9F and 21. RGB value is (10,159,33). Sum of RGB (Red+Green+Blue) = 10+159+33=202 (26% of max value = 765). Red value is 10 (4.30% from 255 or 4.95% from 202); Green value is 159 (62.5% from 255 or 78.71% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F21 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F21 is #F560DE. Grayscale: #646464. Windows color (decimal): -16081119 or 2203402. OLE color: 2203402.

HSL color Cylindrical-coordinate representation of color #0A9F21: hue angle of 129.26º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F21 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 159 33 -
CMYK 0.94 0 0.79 0.38
HSL 129.26º 0.88% 0.33% -
HSV(B) 129.26º 0.94% 0.62% -
XYZ 12.8 24.97 5.58 -
YUV 100.09 90.14 63.75 -
System Red Green Blue C M Y K H S L
Decimal 10 159 33 0.94 0 0.79 0.38 129.26 0.88 0.33
Hex A 9F 21 5E 0 4F 26 81 58 21
Octal 12 237 41 136 0 117 46 201 130 41
Binary 1010 10011111 100001 1011110 0 1001111 100110 10000001 1011000 100001

Color Harmonies of #0A9F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9F21

Black with #0A9F21

Text Example


Text Example

White with #0A9F21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,159,33); }

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

background-color css

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

 a { background-color: rgb(10,159,33); }

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

border-color css

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

 span { border-color: rgb(10,159,33); }

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