#6AAE05

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

Shades of Christi #6AAE05

Tints of Christi #6AAE05

Color information

#6AAE05 (or 0x6AAE05) is unknown color: approx Christi. HEX triplet: 6A, AE and 05. RGB value is (106,174,5). Sum of RGB (Red+Green+Blue) = 106+174+5=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 174 (68.36% from 255 or 61.05% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 174 - color contains mainly: green. Hex color #6AAE05 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AAE05 is #9551FA. Grayscale: #878787. Windows color (decimal): -9785851 or 372330. OLE color: 372330.

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

Color convert

RGB1061745-
CMYK0.3900.970.32
HSL84.14º94.41%35.1%-
HSV(B)84.14º97.13%68.24%-
XYZ21.1133.355.47-
YUV134.454.97107.74-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.19%
GREEN value IS 174 (68.36% from 255) = 61.05%
BLUE value IS 5 (2.34% from 255) = 1.75%
R=37.19%
G=61.05%
B=1.75%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10617450.3900.970.3284.1494.4135.1
Hex6AAE52706120545e23
Octal15225654701414012413643
Binary1101010101011101011001110110000110000010101001011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAE05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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