#6ac40c

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

Shades of Christi #6AC40C

Tints of Christi #6AC40C

Color information

#6AC40C (or 0x6AC40C) is unknown color: approx Christi. HEX triplet: 6A, C4 and 0C. RGB value is (106,196,12). Sum of RGB (Red+Green+Blue) = 106+196+12=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC40C is #953BF3. Grayscale: #949494. Windows color (decimal): -9780212 or 836714. OLE color: 836714.

HSL color Cylindrical-coordinate representation of color #6AC40C: hue angle of 89.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AC40C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB10619612-
CMYK0.4600.940.23
HSL89.35º88.46%40.78%-
HSV(B)89.35º93.88%76.86%-
XYZ25.7542.577.21-
YUV148.1151.1897.96-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 196 (76.95% from 255) = 62.42%
BLUE value IS 12 (5.08% from 255) = 3.82%
R=33.76%
G=62.42%
B=3.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106196120.4600.940.2389.3588.4640.78
Hex6AC4C2E05E17595829
Octal152304145601362713113051
Binary1101010110001001100101110010111101011110110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6ac40c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,196,12); }

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

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

 a { background-color: rgb(106,196,12); }

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

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

 span { border-color: rgb(106,196,12); }

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