#63AA0F

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

Shades of Christi #63AA0F

Tints of Christi #63AA0F

Color information

#63AA0F (or 0x63AA0F) is unknown color: approx Christi. HEX triplet: 63, AA and 0F. RGB value is (99,170,15). Sum of RGB (Red+Green+Blue) = 99+170+15=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 15 (6.25% from 255 or 5.28% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AA0F is #9C55F0. Grayscale: #838383. Windows color (decimal): -10245617 or 1026659. OLE color: 1026659.

HSL color Cylindrical-coordinate representation of color #63AA0F: hue angle of 87.48º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #63AA0F is Cyan = 0.42, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB9917015-
CMYK0.4200.910.33
HSL87.48º83.78%36.27%-
HSV(B)87.48º91.18%66.67%-
XYZ19.6131.445.49-
YUV131.162.48105.1-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 170 (66.80% from 255) = 59.86%
BLUE value IS 15 (6.25% from 255) = 5.28%
R=34.86%
G=59.86%
B=5.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99170150.4200.910.3387.4883.7836.27
Hex63AAF2A05B21575424
Octal143252175201334112712444
Binary11000111010101011111010100101101110000110101111010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63AA0F; }

 p { color: rgb(99,170,15); }

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

<style>
 a { background-color: #63AA0F; }

 a { background-color: rgb(99,170,15); }

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

<style>
 span { border-color: #63AA0F; }

 span { border-color: rgb(99,170,15); }

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