#64AF09

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

Shades of Christi #64AF09

Tints of Christi #64AF09

Color information

#64AF09 (or 0x64AF09) is unknown color: approx Christi. HEX triplet: 64, AF and 09. RGB value is (100,175,9). Sum of RGB (Red+Green+Blue) = 100+175+9=284 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.21% from 284); Green value is 175 (68.75% from 255 or 61.62% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 175 - color contains mainly: green. Hex color #64AF09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #64AF09 is #9B50F6. Grayscale: #868686. Windows color (decimal): -10178807 or 634724. OLE color: 634724.

HSL color Cylindrical-coordinate representation of color #64AF09: hue angle of 87.11º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #64AF09 is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB1001759-
CMYK0.4300.950.31
HSL87.11º90.22%36.08%-
HSV(B)87.11º94.86%68.63%-
XYZ20.6333.395.62-
YUV133.6557.65104-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.21%
GREEN value IS 175 (68.75% from 255) = 61.62%
BLUE value IS 9 (3.91% from 255) = 3.17%
R=35.21%
G=61.62%
B=3.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10017590.4300.950.3187.1190.2236.08
Hex64AF92B05F1F575a24
Octal144257115301373712713244
Binary1100100101011111001101011010111111111110101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64AF09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,175,9); }

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

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

 a { background-color: rgb(100,175,9); }

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

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

 span { border-color: rgb(100,175,9); }

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