Html Css Color HEX #126818 San Felix

📋 copy color: '#126818'

red 18 ◦ green 104 ◦ blue 24

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

Shades of San Felix #126818

Tints of San Felix #126818

RGB

 RED value IS 18 (7.42% from 255) = 12.33%

 GREEN value IS 104 (41.02% from 255) = 71.23%

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

R = 12.33%
G = 71.23%
B = 16.44%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#126818 (or 0x126818) is known color: San Felix. HEX triplet: 12, 68 and 18. RGB value is (18,104,24). Sum of RGB (Red+Green+Blue) = 18+104+24=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 104 (41.02% from 255 or 71.23% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 104 - color contains mainly: green. Hex color #126818 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126818 is #ED97E7. Grayscale: #454545. Windows color (decimal): -15570920 or 1599506. OLE color: 1599506.

HSL color Cylindrical-coordinate representation of color #126818: hue angle of 124.19º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #126818 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 104 24 -
CMYK 0.83 0 0.77 0.59
HSL 124.19º 0.7% 0.24% -
HSV(B) 124.19º 0.83% 0.41% -
XYZ 5.36 10.1 2.53 -
YUV 69.17 102.51 91.5 -
System Red Green Blue C M Y K H S L
Decimal 18 104 24 0.83 0 0.77 0.59 124.19 0.7 0.24
Hex 12 68 18 53 0 4D 3B 7C 46 18
Octal 22 150 30 123 0 115 73 174 106 30
Binary 10010 1101000 11000 1010011 0 1001101 111011 1111100 1000110 11000

Color Harmonies of #126818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126818

Black with #126818

Text Example


Text Example

White with #126818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126818; }

 p { color: rgb(18,104,24); }

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

background-color css

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

 a { background-color: rgb(18,104,24); }

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

border-color css

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

 span { border-color: rgb(18,104,24); }

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