Html Css Color HEX #63A010 Christi

📋 copy color: '#63A010'

red 99 ◦ green 160 ◦ blue 16

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

Shades of Christi #63A010

Tints of Christi #63A010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.82%

R = 36%
G = 58.18%
B = 5.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#63A010 (or 0x63A010) is known color: Christi. HEX triplet: 63, A0 and 10. RGB value is (99,160,16). Sum of RGB (Red+Green+Blue) = 99+160+16=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 160 (62.89% from 255 or 58.18% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 160 - color contains mainly: green. Hex color #63A010 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A010 is #9C5FEF. Grayscale: #7D7D7D. Windows color (decimal): -10248176 or 1089635. OLE color: 1089635.

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

Color convert

RGB 99 160 16 -
CMYK 0.38 0 0.9 0.37
HSL 85.42º 0.82% 0.35% -
HSV(B) 85.42º 0.9% 0.63% -
XYZ 17.81 27.83 4.92 -
YUV 125.35 66.29 109.21 -
System Red Green Blue C M Y K H S L
Decimal 99 160 16 0.38 0 0.9 0.37 85.42 0.82 0.35
Hex 63 A0 10 26 0 5A 25 55 52 23
Octal 143 240 20 46 0 132 45 125 122 43
Binary 1100011 10100000 10000 100110 0 1011010 100101 1010101 1010010 100011

Color Harmonies of #63A010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A010

Black with #63A010

Text Example


Text Example

White with #63A010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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