#63AA1F

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

Shades of Christi #63AA1F

Tints of Christi #63AA1F

Color information

#63AA1F (or 0x63AA1F) is unknown color: approx Christi. HEX triplet: 63, AA and 1F. RGB value is (99,170,31). Sum of RGB (Red+Green+Blue) = 99+170+31=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 170 (66.80% from 255 or 56.67% from 300); Blue value is 31 (12.5% from 255 or 10.33% from 300); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA1F is #9C55E0. Grayscale: #858585. Windows color (decimal): -10245601 or 2075235. OLE color: 2075235.

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

Color convert

RGB9917031-
CMYK0.4200.820.33
HSL90.65º69.15%39.41%-
HSV(B)90.65º81.76%66.67%-
XYZ19.7731.56.33-
YUV132.9270.48103.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33%
GREEN value IS 170 (66.80% from 255) = 56.67%
BLUE value IS 31 (12.5% from 255) = 10.33%
R=33%
G=56.67%
B=10.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99170310.4200.820.3390.6569.1539.41
Hex63AA1F2A052215b4527
Octal143252375201224113310547
Binary110001110101010111111010100101001010000110110111000101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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