Html Css Color HEX #0A962C Forest Green

📋 copy color: '#0A962C'

red 10 ◦ green 150 ◦ blue 44

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

Shades of Forest Green #0A962C

Tints of Forest Green #0A962C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 73.53%

 BLUE value IS 44 (17.58% from 255) = 21.57%

R = 4.9%
G = 73.53%
B = 21.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#0A962C (or 0x0A962C) is known color: Forest Green. HEX triplet: 0A, 96 and 2C. RGB value is (10,150,44). Sum of RGB (Red+Green+Blue) = 10+150+44=204 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.90% from 204); Green value is 150 (58.98% from 255 or 73.53% from 204); Blue value is 44 (17.58% from 255 or 21.57% from 204); Max value from RGB is 150 - color contains mainly: green. Hex color #0A962C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A962C is #F569D3. Grayscale: #606060. Windows color (decimal): -16083412 or 2921994. OLE color: 2921994.

HSL color Cylindrical-coordinate representation of color #0A962C: hue angle of 134.57º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A962C is Cyan = 0.93, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 10 150 44 -
CMYK 0.93 0 0.71 0.41
HSL 134.57º 0.88% 0.31% -
HSV(B) 134.57º 0.93% 0.59% -
XYZ 11.49 22.06 6.04 -
YUV 96.06 98.62 66.62 -
System Red Green Blue C M Y K H S L
Decimal 10 150 44 0.93 0 0.71 0.41 134.57 0.88 0.31
Hex A 96 2C 5D 0 47 29 87 58 1F
Octal 12 226 54 135 0 107 51 207 130 37
Binary 1010 10010110 101100 1011101 0 1000111 101001 10000111 1011000 11111

Color Harmonies of #0A962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A962C

Black with #0A962C

Text Example


Text Example

White with #0A962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,150,44); }

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

background-color css

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

 a { background-color: rgb(10,150,44); }

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

border-color css

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

 span { border-color: rgb(10,150,44); }

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