Html Css Color HEX #006A18 Green

📋 copy color: '#006A18'

red 0 ◦ green 106 ◦ blue 24

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

Shades of Green #006A18

Tints of Green #006A18

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 106 (41.8% from 255) = 81.54%

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

R = 0%
G = 81.54%
B = 18.46%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.58

RGB Variations

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

Color information

#006A18 (or 0x006A18) is known color: Green. HEX triplet: 00, 6A and 18. RGB value is (0,106,24). Sum of RGB (Red+Green+Blue) = 0+106+24=130 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 130); Green value is 106 (41.80% from 255 or 81.54% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 106 - color contains mainly: green. Hex color #006A18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A18 is #FF95E7. Grayscale: #414141. Windows color (decimal): -16750056 or 1600000. OLE color: 1600000.

HSL color Cylindrical-coordinate representation of color #006A18: hue angle of 133.58º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A18 is Cyan = 1, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.58.

Color convert

RGB 0 106 24 -
CMYK 1 0 0.77 0.58
HSL 133.58º 1% 0.21% -
HSV(B) 133.58º 1% 0.42% -
XYZ 5.32 10.37 2.59 -
YUV 64.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 0 106 24 1 0 0.77 0.58 133.58 1 0.21
Hex 0 6A 18 64 0 4D 3A 86 64 15
Octal 0 152 30 144 0 115 72 206 144 25
Binary 0 1101010 11000 1100100 0 1001101 111010 10000110 1100100 10101

Color Harmonies of #006A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006A18

Black with #006A18

Text Example


Text Example

White with #006A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006A18; }

 p { color: rgb(0,106,24); }

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

background-color css

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

 a { background-color: rgb(0,106,24); }

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

border-color css

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

 span { border-color: rgb(0,106,24); }

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