#63A009

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

Shades of Christi #63A009

Tints of Christi #63A009

Color information

#63A009 (or 0x63A009) is unknown color: approx Christi. HEX triplet: 63, A0 and 09. RGB value is (99,160,9). Sum of RGB (Red+Green+Blue) = 99+160+9=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 160 (62.89% from 255 or 59.70% from 268); Blue value is 9 (3.91% from 255 or 3.36% from 268); Max value from RGB is 160 - color contains mainly: green. Hex color #63A009 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A009 is #9C5FF6. Grayscale: #7D7D7D. Windows color (decimal): -10248183 or 630883. OLE color: 630883.

HSL color Cylindrical-coordinate representation of color #63A009: hue angle of 84.24º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #63A009 is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.37.

Color convert

RGB991609-
CMYK0.3800.940.37
HSL84.24º89.35%33.14%-
HSV(B)84.24º94.38%62.75%-
XYZ17.7727.814.69-
YUV124.5562.79109.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.94%
GREEN value IS 160 (62.89% from 255) = 59.70%
BLUE value IS 9 (3.91% from 255) = 3.36%
R=36.94%
G=59.70%
B=3.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9916090.3800.940.3784.2489.3533.14
Hex63A092605E25545921
Octal143240114601364512413141
Binary11000111010000010011001100101111010010110101001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,160,9); }

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

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

 a { background-color: rgb(99,160,9); }

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

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

 span { border-color: rgb(99,160,9); }

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