Html Css Color HEX #017B14 Green

📋 copy color: '#017B14'

red 1 ◦ green 123 ◦ blue 20

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

Shades of Green #017B14

Tints of Green #017B14

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.2% from 255) = 13.89%

R = 0.69%
G = 85.42%
B = 13.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.52

RGB Variations

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

Color information

#017B14 (or 0x017B14) is known color: 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

RGB 1 123 20 -
CMYK 0.99 0 0.84 0.52
HSL 129.34º 0.98% 0.24% -
HSV(B) 129.34º 0.99% 0.48% -
XYZ 7.22 14.22 3.03 -
YUV 74.78 97.08 75.38 -
System Red Green Blue C M Y K H S L
Decimal 1 123 20 0.99 0 0.84 0.52 129.34 0.98 0.24
Hex 1 7B 14 63 0 54 34 81 62 18
Octal 1 173 24 143 0 124 64 201 142 30
Binary 1 1111011 10100 1100011 0 1010100 110100 10000001 1100010 11000

Color Harmonies of #017B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017B14

Black with #017B14

Text Example


Text Example

White with #017B14

Text Example


Text Example

HTML Codes & Css Web 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>