#6DAE12

Color #6DAE12 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6DAE12

Tints of Christi #6DAE12

Color information

#6DAE12 (or 0x6DAE12) is unknown color: approx Christi. HEX triplet: 6D, AE and 12. RGB value is (109,174,18). Sum of RGB (Red+Green+Blue) = 109+174+18=301 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.21% from 301); Green value is 174 (68.36% from 255 or 57.81% from 301); Blue value is 18 (7.42% from 255 or 5.98% from 301); Max value from RGB is 174 - color contains mainly: green. Hex color #6DAE12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6DAE12 is #9251ED. Grayscale: #898989. Windows color (decimal): -9589230 or 1224301. OLE color: 1224301.

HSL color Cylindrical-coordinate representation of color #6DAE12: hue angle of 85º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6DAE12 is Cyan = 0.37, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB10917418-
CMYK0.3700.900.32
HSL85º81.25%37.65%-
HSV(B)85º89.66%68.24%-
XYZ21.5533.575.92-
YUV136.7860.97108.18-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.21%
GREEN value IS 174 (68.36% from 255) = 57.81%
BLUE value IS 18 (7.42% from 255) = 5.98%
R=36.21%
G=57.81%
B=5.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109174180.3700.900.328581.2537.65
Hex6DAE122505A20555126
Octal155256224501324012512146
Binary110110110101110100101001010101101010000010101011010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DAE12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DAE12; }

 p { color: rgb(109,174,18); }

 H1.HeaderClassName
 {
   color: #6DAE12;
 }
 .AnyTagClassName
 {
   color: #6DAE12;
 }
</style>
background-color css

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

 a { background-color: rgb(109,174,18); }

 div.DivClassName
 {
   background-color: #6DAE12;
 }
 .BgClassName
 {
   background-color: #6DAE12;
 }
</style>
border-color css

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

 span { border-color: rgb(109,174,18); }

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