Html Css Color HEX #0A992A Forest Green

📋 copy color: '#0A992A'

red 10 ◦ green 153 ◦ blue 42

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

Shades of Forest Green #0A992A

Tints of Forest Green #0A992A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 74.63%

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

R = 4.88%
G = 74.63%
B = 20.49%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.73

 K value IS 0.4

RGB Variations

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

Color information

#0A992A (or 0x0A992A) is known color: Forest Green. HEX triplet: 0A, 99 and 2A. RGB value is (10,153,42). Sum of RGB (Red+Green+Blue) = 10+153+42=205 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.88% from 205); Green value is 153 (60.16% from 255 or 74.63% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 153 - color contains mainly: green. Hex color #0A992A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A992A is #F566D5. Grayscale: #616161. Windows color (decimal): -16082646 or 2791690. OLE color: 2791690.

HSL color Cylindrical-coordinate representation of color #0A992A: hue angle of 133.43º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A992A is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB 10 153 42 -
CMYK 0.93 0 0.73 0.4
HSL 133.43º 0.88% 0.32% -
HSV(B) 133.43º 0.93% 0.6% -
XYZ 11.93 23.01 6 -
YUV 97.59 96.62 65.53 -
System Red Green Blue C M Y K H S L
Decimal 10 153 42 0.93 0 0.73 0.4 133.43 0.88 0.32
Hex A 99 2A 5D 0 49 28 85 58 20
Octal 12 231 52 135 0 111 50 205 130 40
Binary 1010 10011001 101010 1011101 0 1001001 101000 10000101 1011000 100000

Color Harmonies of #0A992A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A992A

Black with #0A992A

Text Example


Text Example

White with #0A992A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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