Html Css Color HEX #017F18 Green

📋 copy color: '#017F18'

red 1 ◦ green 127 ◦ blue 24

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

Shades of Green #017F18

Tints of Green #017F18

RGB

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

 GREEN value IS 127 (50% from 255) = 83.55%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 0.66%
G = 83.55%
B = 15.79%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.81

 K value IS 0.50

RGB Variations

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

Color information

#017F18 (or 0x017F18) is known color: Green. HEX triplet: 01, 7F and 18. RGB value is (1,127,24). Sum of RGB (Red+Green+Blue) = 1+127+24=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 127 (50% from 255 or 83.55% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 127 - color contains mainly: green. Hex color #017F18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F18 is #FE80E7. Grayscale: #4D4D4D. Windows color (decimal): -16679144 or 1605377. OLE color: 1605377.

HSL color Cylindrical-coordinate representation of color #017F18: hue angle of 130.95º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F18 is Cyan = 0.99, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 127 24 -
CMYK 0.99 0 0.81 0.50
HSL 130.95º 0.98% 0.25% -
HSV(B) 130.95º 0.99% 0.5% -
XYZ 7.77 15.25 3.4 -
YUV 77.58 97.76 73.38 -
System Red Green Blue C M Y K H S L
Decimal 1 127 24 0.99 0 0.81 0.50 130.95 0.98 0.25
Hex 1 7F 18 63 0 51 32 83 62 19
Octal 1 177 30 143 0 121 62 203 142 31
Binary 1 1111111 11000 1100011 0 1010001 110010 10000011 1100010 11001

Color Harmonies of #017F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F18

Black with #017F18

Text Example


Text Example

White with #017F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,127,24); }

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

background-color css

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

 a { background-color: rgb(1,127,24); }

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

border-color css

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

 span { border-color: rgb(1,127,24); }

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