Html Css Color HEX #056A10 Green

📋 copy color: '#056A10'

red 5 ◦ green 106 ◦ blue 16

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

Shades of Green #056A10

Tints of Green #056A10

RGB

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

 GREEN value IS 106 (41.8% from 255) = 83.46%

 BLUE value IS 16 (6.64% from 255) = 12.6%

R = 3.94%
G = 83.46%
B = 12.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#056A10 (or 0x056A10) is known color: Green. HEX triplet: 05, 6A and 10. RGB value is (5,106,16). Sum of RGB (Red+Green+Blue) = 5+106+16=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 106 (41.80% from 255 or 83.46% from 127); Blue value is 16 (6.64% from 255 or 12.60% from 127); Max value from RGB is 106 - color contains mainly: green. Hex color #056A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #056A10 is #FA95EF. Grayscale: #414141. Windows color (decimal): -16422384 or 1075717. OLE color: 1075717.

HSL color Cylindrical-coordinate representation of color #056A10: hue angle of 126.53º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #056A10 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB 5 106 16 -
CMYK 0.95 0 0.85 0.58
HSL 126.53º 0.91% 0.22% -
HSV(B) 126.53º 0.95% 0.42% -
XYZ 5.31 10.38 2.21 -
YUV 65.54 100.04 84.82 -
System Red Green Blue C M Y K H S L
Decimal 5 106 16 0.95 0 0.85 0.58 126.53 0.91 0.22
Hex 5 6A 10 5F 0 55 3A 7F 5B 16
Octal 5 152 20 137 0 125 72 177 133 26
Binary 101 1101010 10000 1011111 0 1010101 111010 1111111 1011011 10110

Color Harmonies of #056A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056A10

Black with #056A10

Text Example


Text Example

White with #056A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056A10; }

 p { color: rgb(5,106,16); }

 H1.HeaderClassName
 {
   color: #056A10;
 }
 .AnyTagClassName
 {
   color: #056A10;
 }
</style>

background-color css

<style>
 a { background-color: #056A10; }

 a { background-color: rgb(5,106,16); }

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

border-color css

<style>
 span { border-color: #056A10; }

 span { border-color: rgb(5,106,16); }

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