#63AA1B

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

Shades of Christi #63AA1B

Tints of Christi #63AA1B

Color information

#63AA1B (or 0x63AA1B) is unknown color: approx Christi. HEX triplet: 63, AA and 1B. RGB value is (99,170,27). Sum of RGB (Red+Green+Blue) = 99+170+27=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA1B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63AA1B is #9C55E4. Grayscale: #848484. Windows color (decimal): -10245605 or 1813091. OLE color: 1813091.

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

Color convert

RGB9917027-
CMYK0.4200.840.33
HSL89.79º72.59%38.63%-
HSV(B)89.79º84.12%66.67%-
XYZ19.7231.486.07-
YUV132.4768.48104.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 170 (66.80% from 255) = 57.43%
BLUE value IS 27 (10.94% from 255) = 9.12%
R=33.45%
G=57.43%
B=9.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99170270.4200.840.3389.7972.5938.63
Hex63AA1B2A054215a4927
Octal143252335201244113211147
Binary110001110101010110111010100101010010000110110101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63AA1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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