Html Css Color HEX #018418 Green

📋 copy color: '#018418'

red 1 ◦ green 132 ◦ blue 24

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

Shades of Green #018418

Tints of Green #018418

RGB

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

 GREEN value IS 132 (51.95% from 255) = 84.08%

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

R = 0.64%
G = 84.08%
B = 15.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.48

RGB Variations

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

Color information

#018418 (or 0x018418) is known color: Green. HEX triplet: 01, 84 and 18. RGB value is (1,132,24). Sum of RGB (Red+Green+Blue) = 1+132+24=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 132 (51.95% from 255 or 84.08% from 157); Blue value is 24 (9.77% from 255 or 15.29% from 157); Max value from RGB is 132 - color contains mainly: green. Hex color #018418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #018418 is #FE7BE7. Grayscale: #505050. Windows color (decimal): -16677864 or 1606657. OLE color: 1606657.

HSL color Cylindrical-coordinate representation of color #018418: hue angle of 130.53º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018418 is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.48.

Color convert

RGB 1 132 24 -
CMYK 0.99 0 0.82 0.48
HSL 130.53º 0.98% 0.26% -
HSV(B) 130.53º 0.99% 0.52% -
XYZ 8.43 16.57 3.62 -
YUV 80.52 96.1 71.28 -
System Red Green Blue C M Y K H S L
Decimal 1 132 24 0.99 0 0.82 0.48 130.53 0.98 0.26
Hex 1 84 18 63 0 52 30 83 62 1A
Octal 1 204 30 143 0 122 60 203 142 32
Binary 1 10000100 11000 1100011 0 1010010 110000 10000011 1100010 11010

Color Harmonies of #018418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018418

Black with #018418

Text Example


Text Example

White with #018418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018418; }

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

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

background-color css

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

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

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

border-color css

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

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

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