#6AAF1E

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

Shades of Christi #6AAF1E

Tints of Christi #6AAF1E

Color information

#6AAF1E (or 0x6AAF1E) is unknown color: approx Christi. HEX triplet: 6A, AF and 1E. RGB value is (106,175,30). Sum of RGB (Red+Green+Blue) = 106+175+30=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 175 (68.75% from 255 or 56.27% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 175 - color contains mainly: green. Hex color #6AAF1E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAF1E is #9550E1. Grayscale: #8A8A8A. Windows color (decimal): -9785570 or 2010986. OLE color: 2010986.

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

Color convert

RGB10617530-
CMYK0.3900.830.31
HSL88.55º70.73%40.2%-
HSV(B)88.55º82.86%68.63%-
XYZ21.5133.826.62-
YUV137.8467.14105.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.08%
GREEN value IS 175 (68.75% from 255) = 56.27%
BLUE value IS 30 (12.11% from 255) = 9.65%
R=34.08%
G=56.27%
B=9.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal106175300.3900.830.3188.5570.7340.2
Hex6AAF1E270531F594728
Octal152257364701233713110750
Binary11010101010111111110100111010100111111110110011000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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