Html Css Color HEX #018818 Green

📋 copy color: '#018818'

red 1 ◦ green 136 ◦ blue 24

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

Shades of Green #018818

Tints of Green #018818

RGB

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

 GREEN value IS 136 (53.52% from 255) = 84.47%

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

R = 0.62%
G = 84.47%
B = 14.91%

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

#018818 (or 0x018818) is known color: Green. HEX triplet: 01, 88 and 18. RGB value is (1,136,24). Sum of RGB (Red+Green+Blue) = 1+136+24=161 (21% of max value = 765). Red value is 1 (0.78% from 255 or 0.62% from 161); Green value is 136 (53.52% from 255 or 84.47% from 161); Blue value is 24 (9.77% from 255 or 14.91% from 161); Max value from RGB is 136 - color contains mainly: green. Hex color #018818 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018818 is #FE77E7. Grayscale: #535353. Windows color (decimal): -16676840 or 1607681. OLE color: 1607681.

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

Color convert

RGB 1 136 24 -
CMYK 0.99 0 0.82 0.47
HSL 130.22º 0.99% 0.27% -
HSV(B) 130.22º 0.99% 0.53% -
XYZ 8.98 17.68 3.8 -
YUV 82.87 94.77 69.61 -
System Red Green Blue C M Y K H S L
Decimal 1 136 24 0.99 0 0.82 0.47 130.22 0.99 0.27
Hex 1 88 18 63 0 52 2F 82 63 1B
Octal 1 210 30 143 0 122 57 202 143 33
Binary 1 10001000 11000 1100011 0 1010010 101111 10000010 1100011 11011

Color Harmonies of #018818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018818

Black with #018818

Text Example


Text Example

White with #018818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018818; }

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

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

background-color css

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

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

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

border-color css

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

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

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