#6AAE28

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

Shades of Christi #6AAE28

Tints of Christi #6AAE28

Color information

#6AAE28 (or 0x6AAE28) is unknown color: approx Christi. HEX triplet: 6A, AE and 28. RGB value is (106,174,40). Sum of RGB (Red+Green+Blue) = 106+174+40=320 (42% of max value = 765). Red value is 106 (41.80% from 255 or 33.12% from 320); Green value is 174 (68.36% from 255 or 54.38% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE28 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6AAE28 is #9551D7. Grayscale: #8A8A8A. Windows color (decimal): -9785816 or 2666090. OLE color: 2666090.

HSL color Cylindrical-coordinate representation of color #6AAE28: hue angle of 90.45º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6AAE28 is Cyan = 0.39, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.

Color convert

RGB10617440-
CMYK0.3900.770.32
HSL90.45º62.62%41.96%-
HSV(B)90.45º77.01%68.24%-
XYZ21.4633.497.34-
YUV138.3972.47104.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.12%
GREEN value IS 174 (68.36% from 255) = 54.38%
BLUE value IS 40 (16.02% from 255) = 12.5%
R=33.12%
G=54.38%
B=12.5%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106174400.3900.770.3290.4562.6241.96
Hex6AAE282704D205a3f2a
Octal15225650470115401327752
Binary110101010101110101000100111010011011000001011010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,174,40); }

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

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

 a { background-color: rgb(106,174,40); }

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

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

 span { border-color: rgb(106,174,40); }

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