Html Css Color HEX #018718 Green

📋 copy color: '#018718'

red 1 ◦ green 135 ◦ blue 24

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

Shades of Green #018718

Tints of Green #018718

RGB

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

 GREEN value IS 135 (53.13% from 255) = 84.38%

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

R = 0.63%
G = 84.38%
B = 15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#018718 (or 0x018718) is known color: Green. HEX triplet: 01, 87 and 18. RGB value is (1,135,24). Sum of RGB (Red+Green+Blue) = 1+135+24=160 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 160); Green value is 135 (53.12% from 255 or 84.38% from 160); Blue value is 24 (9.77% from 255 or 15% from 160); Max value from RGB is 135 - color contains mainly: green. Hex color #018718 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018718 is #FE78E7. Grayscale: #525252. Windows color (decimal): -16677096 or 1607425. OLE color: 1607425.

HSL color Cylindrical-coordinate representation of color #018718: hue angle of 130.3º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018718 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 135 24 -
CMYK 0.99 0 0.82 0.47
HSL 130.3º 0.99% 0.27% -
HSV(B) 130.3º 0.99% 0.53% -
XYZ 8.84 17.4 3.76 -
YUV 82.28 95.11 70.03 -
System Red Green Blue C M Y K H S L
Decimal 1 135 24 0.99 0 0.82 0.47 130.3 0.99 0.27
Hex 1 87 18 63 0 52 2F 82 63 1B
Octal 1 207 30 143 0 122 57 202 143 33
Binary 1 10000111 11000 1100011 0 1010010 101111 10000010 1100011 11011

Color Harmonies of #018718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018718

Black with #018718

Text Example


Text Example

White with #018718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018718; }

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

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

background-color css

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

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

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

border-color css

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

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

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