Html Css Color HEX #099A2A Forest Green

📋 copy color: '#099A2A'

red 9 ◦ green 154 ◦ blue 42

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

Shades of Forest Green #099A2A

Tints of Forest Green #099A2A

RGB

 RED value IS 9 (3.91% from 255) = 4.39%

 GREEN value IS 154 (60.55% from 255) = 75.12%

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

R = 4.39%
G = 75.12%
B = 20.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#099A2A (or 0x099A2A) is known color: Forest Green. HEX triplet: 09, 9A and 2A. RGB value is (9,154,42). Sum of RGB (Red+Green+Blue) = 9+154+42=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 154 (60.55% from 255 or 75.12% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 154 - color contains mainly: green. Hex color #099A2A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #099A2A is #F665D5. Grayscale: #626262. Windows color (decimal): -16147926 or 2791945. OLE color: 2791945.

HSL color Cylindrical-coordinate representation of color #099A2A: hue angle of 133.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #099A2A is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 154 42 -
CMYK 0.94 0 0.73 0.40
HSL 133.66º 0.89% 0.32% -
HSV(B) 133.66º 0.94% 0.6% -
XYZ 12.09 23.34 6.06 -
YUV 97.88 96.46 64.61 -
System Red Green Blue C M Y K H S L
Decimal 9 154 42 0.94 0 0.73 0.40 133.66 0.89 0.32
Hex 9 9A 2A 5E 0 49 28 86 59 20
Octal 11 232 52 136 0 111 50 206 131 40
Binary 1001 10011010 101010 1011110 0 1001001 101000 10000110 1011001 100000

Color Harmonies of #099A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099A2A

Black with #099A2A

Text Example


Text Example

White with #099A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099A2A; }

 p { color: rgb(9,154,42); }

 H1.HeaderClassName
 {
   color: #099A2A;
 }
 .AnyTagClassName
 {
   color: #099A2A;
 }
</style>

background-color css

<style>
 a { background-color: #099A2A; }

 a { background-color: rgb(9,154,42); }

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

border-color css

<style>
 span { border-color: #099A2A; }

 span { border-color: rgb(9,154,42); }

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