Html Css Color HEX #05880A Green

📋 copy color: '#05880A'

red 5 ◦ green 136 ◦ blue 10

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

Shades of Green #05880A

Tints of Green #05880A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 90.07%

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

R = 3.31%
G = 90.07%
B = 6.62%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.47

RGB Variations

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

Color information

#05880A (or 0x05880A) is known color: Green. HEX triplet: 05, 88 and 0A. RGB value is (5,136,10). Sum of RGB (Red+Green+Blue) = 5+136+10=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 136 (53.52% from 255 or 90.07% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 136 - color contains mainly: green. Hex color #05880A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05880A is #FA77F5. Grayscale: #525252. Windows color (decimal): -16414710 or 690181. OLE color: 690181.

HSL color Cylindrical-coordinate representation of color #05880A: hue angle of 122.29º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05880A is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 136 10 -
CMYK 0.96 0 0.93 0.47
HSL 122.29º 0.93% 0.28% -
HSV(B) 122.29º 0.96% 0.53% -
XYZ 8.92 17.66 3.23 -
YUV 82.47 87.1 72.75 -
System Red Green Blue C M Y K H S L
Decimal 5 136 10 0.96 0 0.93 0.47 122.29 0.93 0.28
Hex 5 88 A 60 0 5D 2F 7A 5D 1C
Octal 5 210 12 140 0 135 57 172 135 34
Binary 101 10001000 1010 1100000 0 1011101 101111 1111010 1011101 11100

Color Harmonies of #05880A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05880A

Black with #05880A

Text Example


Text Example

White with #05880A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05880A; }

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

 H1.HeaderClassName
 {
   color: #05880A;
 }
 .AnyTagClassName
 {
   color: #05880A;
 }
</style>

background-color css

<style>
 a { background-color: #05880A; }

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

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

border-color css

<style>
 span { border-color: #05880A; }

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

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