#6AC216

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

Shades of Christi #6AC216

Tints of Christi #6AC216

Color information

#6AC216 (or 0x6AC216) is unknown color: approx Christi. HEX triplet: 6A, C2 and 16. RGB value is (106,194,22). Sum of RGB (Red+Green+Blue) = 106+194+22=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 194 (76.17% from 255 or 60.25% from 322); Blue value is 22 (8.98% from 255 or 6.83% from 322); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC216 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC216 is #953DE9. Grayscale: #949494. Windows color (decimal): -9780714 or 1491562. OLE color: 1491562.

HSL color Cylindrical-coordinate representation of color #6AC216: hue angle of 90.7º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AC216 is Cyan = 0.45, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB10619422-
CMYK0.4500.890.24
HSL90.7º79.63%42.35%-
HSV(B)90.7º88.66%76.08%-
XYZ25.3841.717.47-
YUV148.0856.8597.99-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.92%
GREEN value IS 194 (76.17% from 255) = 60.25%
BLUE value IS 22 (8.98% from 255) = 6.83%
R=32.92%
G=60.25%
B=6.83%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106194220.4500.890.2490.779.6342.35
Hex6AC2162D059185b502a
Octal152302265501313013312052
Binary11010101100001010110101101010110011100010110111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AC216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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