#017B14

Color #017B14 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #017B14

Tints of Green #017B14

Color information

#017B14 (or 0x017B14) is unknown color: approx Green. HEX triplet: 01, 7B and 14. RGB value is (1,123,20). Sum of RGB (Red+Green+Blue) = 1+123+20=144 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 144); Green value is 123 (48.44% from 255 or 85.42% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 123 - color contains mainly: green. Hex color #017B14 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017B14 is #FE84EB. Grayscale: #4B4B4B. Windows color (decimal): -16680172 or 1342209. OLE color: 1342209.

HSL color Cylindrical-coordinate representation of color #017B14: hue angle of 129.34º 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 #017B14 is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.52.

Color convert

RGB112320-
CMYK0.9900.840.52
HSL129.34º98.39%24.31%-
HSV(B)129.34º99.19%48.24%-
XYZ7.2214.223.03-
YUV74.7897.0875.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.69%
GREEN value IS 123 (48.44% from 255) = 85.42%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=0.69%
G=85.42%
B=13.89%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1123200.9900.840.52129.3498.3924.31
Hex17B146305434816218
Octal11732414301246420114230
Binary111110111010011000110101010011010010000001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #017B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,123,20); }

 H1.HeaderClassName
 {
   color: #017B14;
 }
 .AnyTagClassName
 {
   color: #017B14;
 }
</style>
background-color css

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

 a { background-color: rgb(1,123,20); }

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

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

 span { border-color: rgb(1,123,20); }

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