Html Css Color HEX #018713 Green

📋 copy color: '#018713'

red 1 ◦ green 135 ◦ blue 19

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

Shades of Green #018713

Tints of Green #018713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 12.26%

R = 0.65%
G = 87.1%
B = 12.26%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.47

RGB Variations

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

Color information

#018713 (or 0x018713) is known color: Green. HEX triplet: 01, 87 and 13. RGB value is (1,135,19). Sum of RGB (Red+Green+Blue) = 1+135+19=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 135 (53.12% from 255 or 87.10% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 135 - color contains mainly: green. Hex color #018713 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018713 is #FE78EC. Grayscale: #525252. Windows color (decimal): -16677101 or 1279745. OLE color: 1279745.

HSL color Cylindrical-coordinate representation of color #018713: hue angle of 128.06º 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 #018713 is Cyan = 0.99, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 135 19 -
CMYK 0.99 0 0.86 0.47
HSL 128.06º 0.99% 0.27% -
HSV(B) 128.06º 0.99% 0.53% -
XYZ 8.79 17.38 3.51 -
YUV 81.71 92.61 70.43 -
System Red Green Blue C M Y K H S L
Decimal 1 135 19 0.99 0 0.86 0.47 128.06 0.99 0.27
Hex 1 87 13 63 0 56 2F 80 63 1B
Octal 1 207 23 143 0 126 57 200 143 33
Binary 1 10000111 10011 1100011 0 1010110 101111 10000000 1100011 11011

Color Harmonies of #018713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018713

Black with #018713

Text Example


Text Example

White with #018713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018713; }

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

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

background-color css

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

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

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

border-color css

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

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

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