#6AA418

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

Shades of Christi #6AA418

Tints of Christi #6AA418

Color information

#6AA418 (or 0x6AA418) is unknown color: approx Christi. HEX triplet: 6A, A4 and 18. RGB value is (106,164,24). Sum of RGB (Red+Green+Blue) = 106+164+24=294 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.05% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA418 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6AA418 is #955BE7. Grayscale: #838383. Windows color (decimal): -9788392 or 1614954. OLE color: 1614954.

HSL color Cylindrical-coordinate representation of color #6AA418: hue angle of 84.86º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6AA418 is Cyan = 0.35, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB10616424-
CMYK0.3500.850.36
HSL84.86º74.47%36.86%-
HSV(B)84.86º85.37%64.31%-
XYZ19.3829.685.57-
YUV130.767.78110.38-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.05%
GREEN value IS 164 (64.45% from 255) = 55.78%
BLUE value IS 24 (9.77% from 255) = 8.16%
R=36.05%
G=55.78%
B=8.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal106164240.3500.850.3684.8674.4736.86
Hex6AA4182305524554a25
Octal152244304301254412511245
Binary110101010100100110001000110101010110010010101011001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,24); }

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

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

 a { background-color: rgb(106,164,24); }

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

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

 span { border-color: rgb(106,164,24); }

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