Html Css Color HEX #63A002 Christi

📋 copy color: '#63A002'

red 99 ◦ green 160 ◦ blue 2

#63A002
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christi #63A002

Tints of Christi #63A002

RGB

 RED value IS 99 (39.06% from 255) = 37.93%

 GREEN value IS 160 (62.89% from 255) = 61.3%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 37.93%
G = 61.3%
B = 0.77%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.99

 K value IS 0.37

RGB Variations

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

Color information

#63A002 (or 0x63A002) is known color: Christi. HEX triplet: 63, A0 and 02. RGB value is (99,160,2). Sum of RGB (Red+Green+Blue) = 99+160+2=261 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.93% from 261); Green value is 160 (62.89% from 255 or 61.30% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 160 - color contains mainly: green. Hex color #63A002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A002 is #9C5FFD. Grayscale: #7C7C7C. Windows color (decimal): -10248190 or 172131. OLE color: 172131.

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

Color convert

RGB 99 160 2 -
CMYK 0.38 0 0.99 0.37
HSL 83.16º 0.98% 0.32% -
HSV(B) 83.16º 0.99% 0.63% -
XYZ 17.73 27.8 4.49 -
YUV 123.75 59.29 110.35 -
System Red Green Blue C M Y K H S L
Decimal 99 160 2 0.38 0 0.99 0.37 83.16 0.98 0.32
Hex 63 A0 2 26 0 63 25 53 62 20
Octal 143 240 2 46 0 143 45 123 142 40
Binary 1100011 10100000 10 100110 0 1100011 100101 1010011 1100010 100000

Color Harmonies of #63A002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A002

Black with #63A002

Text Example


Text Example

White with #63A002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63A002;
 }
 .AnyTagClassName
 {
   color: #63A002;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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