Html Css Color HEX #017A10 Green

📋 copy color: '#017A10'

red 1 ◦ green 122 ◦ blue 16

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

Shades of Green #017A10

Tints of Green #017A10

RGB

 RED value IS 1 (0.78% from 255) = 0.72%

 GREEN value IS 122 (48.05% from 255) = 87.77%

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

R = 0.72%
G = 87.77%
B = 11.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.52

RGB Variations

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

Color information

#017A10 (or 0x017A10) is known color: Green. HEX triplet: 01, 7A and 10. RGB value is (1,122,16). Sum of RGB (Red+Green+Blue) = 1+122+16=139 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 139); Green value is 122 (48.05% from 255 or 87.77% from 139); Blue value is 16 (6.64% from 255 or 11.51% from 139); Max value from RGB is 122 - color contains mainly: green. Hex color #017A10 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017A10 is #FE85EF. Grayscale: #4A4A4A. Windows color (decimal): -16680432 or 1079809. OLE color: 1079809.

HSL color Cylindrical-coordinate representation of color #017A10: hue angle of 127.44º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017A10 is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.52.

Color convert

RGB 1 122 16 -
CMYK 0.99 0 0.87 0.52
HSL 127.44º 0.98% 0.24% -
HSV(B) 127.44º 0.99% 0.48% -
XYZ 7.07 13.96 2.81 -
YUV 73.74 95.41 76.12 -
System Red Green Blue C M Y K H S L
Decimal 1 122 16 0.99 0 0.87 0.52 127.44 0.98 0.24
Hex 1 7A 10 63 0 57 34 7F 62 18
Octal 1 172 20 143 0 127 64 177 142 30
Binary 1 1111010 10000 1100011 0 1010111 110100 1111111 1100010 11000

Color Harmonies of #017A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017A10

Black with #017A10

Text Example


Text Example

White with #017A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,122,16); }

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

background-color css

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

 a { background-color: rgb(1,122,16); }

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

border-color css

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

 span { border-color: rgb(1,122,16); }

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