#64AE15

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

Shades of Christi #64AE15

Tints of Christi #64AE15

Color information

#64AE15 (or 0x64AE15) is unknown color: approx Christi. HEX triplet: 64, AE and 15. RGB value is (100,174,21). Sum of RGB (Red+Green+Blue) = 100+174+21=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #64AE15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AE15 is #9B51EA. Grayscale: #868686. Windows color (decimal): -10179051 or 1420900. OLE color: 1420900.

HSL color Cylindrical-coordinate representation of color #64AE15: hue angle of 89.02º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64AE15 is Cyan = 0.43, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.32.

Color convert

RGB10017421-
CMYK0.4300.880.32
HSL89.02º78.46%38.24%-
HSV(B)89.02º87.93%68.24%-
XYZ20.5333.046-
YUV134.4363.98103.44-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.90%
GREEN value IS 174 (68.36% from 255) = 58.98%
BLUE value IS 21 (8.59% from 255) = 7.12%
R=33.90%
G=58.98%
B=7.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100174210.4300.880.3289.0278.4638.24
Hex64AE152B05820594e26
Octal144256255301304013111646
Binary110010010101110101011010110101100010000010110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64AE15; }

 p { color: rgb(100,174,21); }

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

<style>
 a { background-color: #64AE15; }

 a { background-color: rgb(100,174,21); }

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

<style>
 span { border-color: #64AE15; }

 span { border-color: rgb(100,174,21); }

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