#6AAF11

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

Shades of Christi #6AAF11

Tints of Christi #6AAF11

Color information

#6AAF11 (or 0x6AAF11) is unknown color: approx Christi. HEX triplet: 6A, AF and 11. RGB value is (106,175,17). Sum of RGB (Red+Green+Blue) = 106+175+17=298 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.57% from 298); Green value is 175 (68.75% from 255 or 58.72% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF11 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAF11 is #9550EE. Grayscale: #888888. Windows color (decimal): -9785583 or 1159018. OLE color: 1159018.

HSL color Cylindrical-coordinate representation of color #6AAF11: hue angle of 86.2º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6AAF11 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB10617517-
CMYK0.3900.900.31
HSL86.2º82.29%37.65%-
HSV(B)86.2º90.29%68.63%-
XYZ21.3833.765.92-
YUV136.3660.64106.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.57%
GREEN value IS 175 (68.75% from 255) = 58.72%
BLUE value IS 17 (7.03% from 255) = 5.70%
R=35.57%
G=58.72%
B=5.70%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175170.3900.900.3186.282.2937.65
Hex6AAF112705A1F565226
Octal152257214701323712612246
Binary11010101010111110001100111010110101111110101101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,175,17); }

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

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

 a { background-color: rgb(106,175,17); }

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

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

 span { border-color: rgb(106,175,17); }

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