Html Css Color HEX #0A7D24 Forest Green

📋 copy color: '#0A7D24'

red 10 ◦ green 125 ◦ blue 36

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

Shades of Forest Green #0A7D24

Tints of Forest Green #0A7D24

RGB

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

 GREEN value IS 125 (49.22% from 255) = 73.1%

 BLUE value IS 36 (14.45% from 255) = 21.05%

R = 5.85%
G = 73.1%
B = 21.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.71

 K value IS 0.51

RGB Variations

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

Color information

#0A7D24 (or 0x0A7D24) is known color: Forest Green. HEX triplet: 0A, 7D and 24. RGB value is (10,125,36). Sum of RGB (Red+Green+Blue) = 10+125+36=171 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.85% from 171); Green value is 125 (49.22% from 255 or 73.10% from 171); Blue value is 36 (14.45% from 255 or 21.05% from 171); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7D24 is #F582DB. Grayscale: #505050. Windows color (decimal): -16089820 or 2391306. OLE color: 2391306.

HSL color Cylindrical-coordinate representation of color #0A7D24: hue angle of 133.57º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D24 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 125 36 -
CMYK 0.92 0 0.71 0.51
HSL 133.57º 0.85% 0.26% -
HSV(B) 133.57º 0.92% 0.49% -
XYZ 7.78 14.86 4.13 -
YUV 80.47 102.9 77.74 -
System Red Green Blue C M Y K H S L
Decimal 10 125 36 0.92 0 0.71 0.51 133.57 0.85 0.26
Hex A 7D 24 5C 0 47 33 86 55 1A
Octal 12 175 44 134 0 107 63 206 125 32
Binary 1010 1111101 100100 1011100 0 1000111 110011 10000110 1010101 11010

Color Harmonies of #0A7D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7D24

Black with #0A7D24

Text Example


Text Example

White with #0A7D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,36); }

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

background-color css

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

 a { background-color: rgb(10,125,36); }

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

border-color css

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

 span { border-color: rgb(10,125,36); }

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