Html Css Color HEX #005E0C Green

📋 copy color: '#005E0C'

red 0 ◦ green 94 ◦ blue 12

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

Shades of Green #005E0C

Tints of Green #005E0C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 88.68%

 BLUE value IS 12 (5.08% from 255) = 11.32%

R = 0%
G = 88.68%
B = 11.32%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.63

RGB Variations

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

Color information

#005E0C (or 0x005E0C) is known color: Green. HEX triplet: 00, 5E and 0C. RGB value is (0,94,12). Sum of RGB (Red+Green+Blue) = 0+94+12=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 94 (37.11% from 255 or 88.68% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 94 - color contains mainly: green. Hex color #005E0C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #005E0C is #FFA1F3. Grayscale: #383838. Windows color (decimal): -16753140 or 810496. OLE color: 810496.

HSL color Cylindrical-coordinate representation of color #005E0C: hue angle of 127.66º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005E0C is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.63.

Color convert

RGB 0 94 12 -
CMYK 1 0 0.87 0.63
HSL 127.66º 1% 0.18% -
HSV(B) 127.66º 1% 0.37% -
XYZ 4.07 8.03 1.68 -
YUV 56.55 102.86 87.67 -
System Red Green Blue C M Y K H S L
Decimal 0 94 12 1 0 0.87 0.63 127.66 1 0.18
Hex 0 5E C 64 0 57 3F 80 64 12
Octal 0 136 14 144 0 127 77 200 144 22
Binary 0 1011110 1100 1100100 0 1010111 111111 10000000 1100100 10010

Color Harmonies of #005E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E0C

Black with #005E0C

Text Example


Text Example

White with #005E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005E0C; }

 p { color: rgb(0,94,12); }

 H1.HeaderClassName
 {
   color: #005E0C;
 }
 .AnyTagClassName
 {
   color: #005E0C;
 }
</style>

background-color css

<style>
 a { background-color: #005E0C; }

 a { background-color: rgb(0,94,12); }

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

border-color css

<style>
 span { border-color: #005E0C; }

 span { border-color: rgb(0,94,12); }

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