Html Css Color HEX #126918 San Felix

📋 copy color: '#126918'

red 18 ◦ green 105 ◦ blue 24

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

Shades of San Felix #126918

Tints of San Felix #126918

RGB

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

 GREEN value IS 105 (41.41% from 255) = 71.43%

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

R = 12.24%
G = 71.43%
B = 16.33%

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

#126918 (or 0x126918) is known color: San Felix. HEX triplet: 12, 69 and 18. RGB value is (18,105,24). Sum of RGB (Red+Green+Blue) = 18+105+24=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 105 (41.41% from 255 or 71.43% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 105 - color contains mainly: green. Hex color #126918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126918 is #ED96E7. Grayscale: #454545. Windows color (decimal): -15570664 or 1599762. OLE color: 1599762.

HSL color Cylindrical-coordinate representation of color #126918: hue angle of 124.14º degrees, saturation: 0.71, 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 #126918 is Cyan = 0.83, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.59.

Color convert

RGB 18 105 24 -
CMYK 0.83 0 0.77 0.59
HSL 124.14º 0.71% 0.24% -
HSV(B) 124.14º 0.83% 0.41% -
XYZ 5.47 10.3 2.56 -
YUV 69.75 102.18 91.09 -
System Red Green Blue C M Y K H S L
Decimal 18 105 24 0.83 0 0.77 0.59 124.14 0.71 0.24
Hex 12 69 18 53 0 4D 3B 7C 47 18
Octal 22 151 30 123 0 115 73 174 107 30
Binary 10010 1101001 11000 1010011 0 1001101 111011 1111100 1000111 11000

Color Harmonies of #126918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126918

Black with #126918

Text Example


Text Example

White with #126918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126918; }

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

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

background-color css

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

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

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

border-color css

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

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

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