Html Css Color HEX #0A9F2A Forest Green

📋 copy color: '#0A9F2A'

red 10 ◦ green 159 ◦ blue 42

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

Shades of Forest Green #0A9F2A

Tints of Forest Green #0A9F2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 19.91%

R = 4.74%
G = 75.36%
B = 19.91%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#0A9F2A (or 0x0A9F2A) is known color: Forest Green. HEX triplet: 0A, 9F and 2A. RGB value is (10,159,42). Sum of RGB (Red+Green+Blue) = 10+159+42=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 159 (62.5% from 255 or 75.36% from 211); Blue value is 42 (16.80% from 255 or 19.91% from 211); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F2A is #F560D5. Grayscale: #656565. Windows color (decimal): -16081110 or 2793226. OLE color: 2793226.

HSL color Cylindrical-coordinate representation of color #0A9F2A: hue angle of 132.89º 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 #0A9F2A is Cyan = 0.94, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 159 42 -
CMYK 0.94 0 0.74 0.38
HSL 132.89º 0.88% 0.33% -
HSV(B) 132.89º 0.94% 0.62% -
XYZ 12.94 25.03 6.34 -
YUV 101.11 94.64 63.01 -
System Red Green Blue C M Y K H S L
Decimal 10 159 42 0.94 0 0.74 0.38 132.89 0.88 0.33
Hex A 9F 2A 5E 0 4A 26 85 58 21
Octal 12 237 52 136 0 112 46 205 130 41
Binary 1010 10011111 101010 1011110 0 1001010 100110 10000101 1011000 100001

Color Harmonies of #0A9F2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9F2A

Black with #0A9F2A

Text Example


Text Example

White with #0A9F2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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