Html Css Color HEX #018913 Green

📋 copy color: '#018913'

red 1 ◦ green 137 ◦ blue 19

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

Shades of Green #018913

Tints of Green #018913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 87.26%

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

R = 0.64%
G = 87.26%
B = 12.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.86

 K value IS 0.46

RGB Variations

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

Color information

#018913 (or 0x018913) is known color: Green. HEX triplet: 01, 89 and 13. RGB value is (1,137,19). Sum of RGB (Red+Green+Blue) = 1+137+19=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 137 (53.91% from 255 or 87.26% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 137 - color contains mainly: green. Hex color #018913 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018913 is #FE76EC. Grayscale: #535353. Windows color (decimal): -16676589 or 1280257. OLE color: 1280257.

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

Color convert

RGB 1 137 19 -
CMYK 0.99 0 0.86 0.46
HSL 127.94º 0.99% 0.27% -
HSV(B) 127.94º 0.99% 0.54% -
XYZ 9.08 17.94 3.6 -
YUV 82.88 91.94 69.59 -
System Red Green Blue C M Y K H S L
Decimal 1 137 19 0.99 0 0.86 0.46 127.94 0.99 0.27
Hex 1 89 13 63 0 56 2E 80 63 1B
Octal 1 211 23 143 0 126 56 200 143 33
Binary 1 10001001 10011 1100011 0 1010110 101110 10000000 1100011 11011

Color Harmonies of #018913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018913

Black with #018913

Text Example


Text Example

White with #018913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018913; }

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

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

background-color css

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

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

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

border-color css

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

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

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