#6AB216

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

Shades of Christi #6AB216

Tints of Christi #6AB216

Color information

#6AB216 (or 0x6AB216) is unknown color: approx Christi. HEX triplet: 6A, B2 and 16. RGB value is (106,178,22). Sum of RGB (Red+Green+Blue) = 106+178+22=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 178 (69.92% from 255 or 58.17% from 306); Blue value is 22 (8.98% from 255 or 7.19% from 306); Max value from RGB is 178 - color contains mainly: green. Hex color #6AB216 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AB216 is #954DE9. Grayscale: #8B8B8B. Windows color (decimal): -9784810 or 1487466. OLE color: 1487466.

HSL color Cylindrical-coordinate representation of color #6AB216: hue angle of 87.69º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6AB216 is Cyan = 0.40, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB10617822-
CMYK0.4000.880.30
HSL87.69º78%39.22%-
HSV(B)87.69º87.64%69.8%-
XYZ22.0134.966.35-
YUV138.6962.15104.68-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 178 (69.92% from 255) = 58.17%
BLUE value IS 22 (8.98% from 255) = 7.19%
R=34.64%
G=58.17%
B=7.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal106178220.4000.880.3087.697839.22
Hex6AB216280581E584e27
Octal152262265001303613011647
Binary11010101011001010110101000010110001111010110001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AB216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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