#6AC916

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

Shades of Christi #6AC916

Tints of Christi #6AC916

Color information

#6AC916 (or 0x6AC916) is unknown color: approx Christi. HEX triplet: 6A, C9 and 16. RGB value is (106,201,22). Sum of RGB (Red+Green+Blue) = 106+201+22=329 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.22% from 329); Green value is 201 (78.91% from 255 or 61.09% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC916 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC916 is #9536E9. Grayscale: #989898. Windows color (decimal): -9778922 or 1493354. OLE color: 1493354.

HSL color Cylindrical-coordinate representation of color #6AC916: hue angle of 91.84º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AC916 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB10620122-
CMYK0.4700.890.21
HSL91.84º80.27%43.73%-
HSV(B)91.84º89.05%78.82%-
XYZ26.9844.98-
YUV152.1954.5395.05-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.22%
GREEN value IS 201 (78.91% from 255) = 61.09%
BLUE value IS 22 (8.98% from 255) = 6.69%
R=32.22%
G=61.09%
B=6.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal106201220.4700.890.2191.8480.2743.73
Hex6AC9162F059155c502c
Octal152311265701312513412054
Binary11010101100100110110101111010110011010110111001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,201,22); }

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

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

 a { background-color: rgb(106,201,22); }

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

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

 span { border-color: rgb(106,201,22); }

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