#6AC70C

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

Shades of Christi #6AC70C

Tints of Christi #6AC70C

Color information

#6AC70C (or 0x6AC70C) is unknown color: approx Christi. HEX triplet: 6A, C7 and 0C. RGB value is (106,199,12). Sum of RGB (Red+Green+Blue) = 106+199+12=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 199 (78.12% from 255 or 62.78% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC70C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC70C is #9538F3. Grayscale: #969696. Windows color (decimal): -9779444 or 837482. OLE color: 837482.

HSL color Cylindrical-coordinate representation of color #6AC70C: hue angle of 89.84º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AC70C is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB10619912-
CMYK0.4700.940.22
HSL89.84º88.63%41.37%-
HSV(B)89.84º93.97%78.04%-
XYZ26.4343.947.44-
YUV149.8750.1996.71-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.44%
GREEN value IS 199 (78.12% from 255) = 62.78%
BLUE value IS 12 (5.08% from 255) = 3.79%
R=33.44%
G=62.78%
B=3.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106199120.4700.940.2289.8488.6341.37
Hex6AC7C2F05E165a5929
Octal152307145701362613213151
Binary1101010110001111100101111010111101011010110101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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