Html Css Color HEX #0A7C24 Forest Green

📋 copy color: '#0A7C24'

red 10 ◦ green 124 ◦ blue 36

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

Shades of Forest Green #0A7C24

Tints of Forest Green #0A7C24

RGB

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

 GREEN value IS 124 (48.83% from 255) = 72.94%

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

R = 5.88%
G = 72.94%
B = 21.18%

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

#0A7C24 (or 0x0A7C24) is known color: Forest Green. HEX triplet: 0A, 7C and 24. RGB value is (10,124,36). Sum of RGB (Red+Green+Blue) = 10+124+36=170 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.88% from 170); Green value is 124 (48.83% from 255 or 72.94% from 170); Blue value is 36 (14.45% from 255 or 21.18% from 170); Max value from RGB is 124 - color contains mainly: green. Hex color #0A7C24 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7C24 is #F583DB. Grayscale: #505050. Windows color (decimal): -16090076 or 2391050. OLE color: 2391050.

HSL color Cylindrical-coordinate representation of color #0A7C24: hue angle of 133.68º 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 #0A7C24 is Cyan = 0.92, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 124 36 -
CMYK 0.92 0 0.71 0.51
HSL 133.68º 0.85% 0.26% -
HSV(B) 133.68º 0.92% 0.49% -
XYZ 7.65 14.61 4.09 -
YUV 79.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 10 124 36 0.92 0 0.71 0.51 133.68 0.85 0.26
Hex A 7C 24 5C 0 47 33 86 55 1A
Octal 12 174 44 134 0 107 63 206 125 32
Binary 1010 1111100 100100 1011100 0 1000111 110011 10000110 1010101 11010

Color Harmonies of #0A7C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7C24

Black with #0A7C24

Text Example


Text Example

White with #0A7C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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