Html Css Color HEX #055A0E Green

📋 copy color: '#055A0E'

red 5 ◦ green 90 ◦ blue 14

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

Shades of Green #055A0E

Tints of Green #055A0E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 82.57%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 4.59%
G = 82.57%
B = 12.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.65

RGB Variations

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

Color information

#055A0E (or 0x055A0E) is known color: Green. HEX triplet: 05, 5A and 0E. RGB value is (5,90,14). Sum of RGB (Red+Green+Blue) = 5+90+14=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 90 (35.55% from 255 or 82.57% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 90 - color contains mainly: green. Hex color #055A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055A0E is #FAA5F1. Grayscale: #383838. Windows color (decimal): -16426482 or 940549. OLE color: 940549.

HSL color Cylindrical-coordinate representation of color #055A0E: hue angle of 126.35º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055A0E is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 90 14 -
CMYK 0.94 0 0.84 0.65
HSL 126.35º 0.89% 0.19% -
HSV(B) 126.35º 0.94% 0.35% -
XYZ 3.8 7.38 1.64 -
YUV 55.92 104.34 91.68 -
System Red Green Blue C M Y K H S L
Decimal 5 90 14 0.94 0 0.84 0.65 126.35 0.89 0.19
Hex 5 5A E 5E 0 54 41 7E 59 13
Octal 5 132 16 136 0 124 101 176 131 23
Binary 101 1011010 1110 1011110 0 1010100 1000001 1111110 1011001 10011

Color Harmonies of #055A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055A0E

Black with #055A0E

Text Example


Text Example

White with #055A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,90,14); }

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

background-color css

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

 a { background-color: rgb(5,90,14); }

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

border-color css

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

 span { border-color: rgb(5,90,14); }

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