Html Css Color HEX #055E0A Green

📋 copy color: '#055E0A'

red 5 ◦ green 94 ◦ blue 10

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

Shades of Green #055E0A

Tints of Green #055E0A

RGB

 RED value IS 5 (2.34% from 255) = 4.59%

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

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 4.59%
G = 86.24%
B = 9.17%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.89

 K value IS 0.63

RGB Variations

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

Color information

#055E0A (or 0x055E0A) is known color: Green. HEX triplet: 05, 5E and 0A. RGB value is (5,94,10). Sum of RGB (Red+Green+Blue) = 5+94+10=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 94 (37.11% from 255 or 86.24% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 94 - color contains mainly: green. Hex color #055E0A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055E0A is #FAA1F5. Grayscale: #3A3A3A. Windows color (decimal): -16425462 or 679429. OLE color: 679429.

HSL color Cylindrical-coordinate representation of color #055E0A: hue angle of 123.37º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055E0A is Cyan = 0.95, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.63.

Color convert

RGB 5 94 10 -
CMYK 0.95 0 0.89 0.63
HSL 123.37º 0.9% 0.19% -
HSV(B) 123.37º 0.95% 0.37% -
XYZ 4.12 8.06 1.63 -
YUV 57.81 101.01 90.33 -
System Red Green Blue C M Y K H S L
Decimal 5 94 10 0.95 0 0.89 0.63 123.37 0.9 0.19
Hex 5 5E A 5F 0 59 3F 7B 5A 13
Octal 5 136 12 137 0 131 77 173 132 23
Binary 101 1011110 1010 1011111 0 1011001 111111 1111011 1011010 10011

Color Harmonies of #055E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055E0A

Black with #055E0A

Text Example


Text Example

White with #055E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055E0A; }

 p { color: rgb(5,94,10); }

 H1.HeaderClassName
 {
   color: #055E0A;
 }
 .AnyTagClassName
 {
   color: #055E0A;
 }
</style>

background-color css

<style>
 a { background-color: #055E0A; }

 a { background-color: rgb(5,94,10); }

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

border-color css

<style>
 span { border-color: #055E0A; }

 span { border-color: rgb(5,94,10); }

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