#6AAF15

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

Shades of Christi #6AAF15

Tints of Christi #6AAF15

Color information

#6AAF15 (or 0x6AAF15) is unknown color: approx Christi. HEX triplet: 6A, AF and 15. RGB value is (106,175,21). Sum of RGB (Red+Green+Blue) = 106+175+21=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 175 (68.75% from 255 or 57.95% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAF15 is #9550EA. Grayscale: #898989. Windows color (decimal): -9785579 or 1421162. OLE color: 1421162.

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

Color convert

RGB10617521-
CMYK0.3900.880.31
HSL86.88º78.57%38.43%-
HSV(B)86.88º88%68.63%-
XYZ21.4133.786.1-
YUV136.8162.64106.02-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 175 (68.75% from 255) = 57.95%
BLUE value IS 21 (8.59% from 255) = 6.95%
R=35.10%
G=57.95%
B=6.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175210.3900.880.3186.8878.5738.43
Hex6AAF15270581F574f26
Octal152257254701303712711746
Binary11010101010111110101100111010110001111110101111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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