#6AAF20

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

Shades of Christi #6AAF20

Tints of Christi #6AAF20

Color information

#6AAF20 (or 0x6AAF20) is unknown color: approx Christi. HEX triplet: 6A, AF and 20. RGB value is (106,175,32). Sum of RGB (Red+Green+Blue) = 106+175+32=313 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.87% from 313); Green value is 175 (68.75% from 255 or 55.91% from 313); Blue value is 32 (12.89% from 255 or 10.22% from 313); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAF20 is #9550DF. Grayscale: #8A8A8A. Windows color (decimal): -9785568 or 2142058. OLE color: 2142058.

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

Color convert

RGB10617532-
CMYK0.3900.820.31
HSL88.95º69.08%40.59%-
HSV(B)88.95º81.71%68.63%-
XYZ21.5333.836.76-
YUV138.0768.14105.13-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.87%
GREEN value IS 175 (68.75% from 255) = 55.91%
BLUE value IS 32 (12.89% from 255) = 10.22%
R=33.87%
G=55.91%
B=10.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175320.3900.820.3188.9569.0840.59
Hex6AAF20270521F594529
Octal152257404701223713110551
Binary110101010101111100000100111010100101111110110011000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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