#63A003

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

Shades of Christi #63A003

Tints of Christi #63A003

Color information

#63A003 (or 0x63A003) is unknown color: approx Christi. HEX triplet: 63, A0 and 03. RGB value is (99,160,3). Sum of RGB (Red+Green+Blue) = 99+160+3=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 160 (62.89% from 255 or 61.07% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 160 - color contains mainly: green. Hex color #63A003 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A003 is #9C5FFC. Grayscale: #7C7C7C. Windows color (decimal): -10248189 or 237667. OLE color: 237667.

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

Color convert

RGB991603-
CMYK0.3800.980.37
HSL83.31º96.32%31.96%-
HSV(B)83.31º98.12%62.75%-
XYZ17.7327.84.52-
YUV123.8659.79110.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 160 (62.89% from 255) = 61.07%
BLUE value IS 3 (1.56% from 255) = 1.15%
R=37.79%
G=61.07%
B=1.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9916030.3800.980.3783.3196.3231.96
Hex63A032606225536020
Octal14324034601424512314040
Binary110001110100000111001100110001010010110100111100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63A003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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