Html Css Color HEX #63A512 Christi

📋 copy color: '#63A512'

red 99 ◦ green 165 ◦ blue 18

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

Shades of Christi #63A512

Tints of Christi #63A512

RGB

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

 GREEN value IS 165 (64.84% from 255) = 58.51%

 BLUE value IS 18 (7.42% from 255) = 6.38%

R = 35.11%
G = 58.51%
B = 6.38%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#63A512 (or 0x63A512) is known color: Christi. HEX triplet: 63, A5 and 12. RGB value is (99,165,18). Sum of RGB (Red+Green+Blue) = 99+165+18=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 165 (64.84% from 255 or 58.51% from 282); Blue value is 18 (7.42% from 255 or 6.38% from 282); Max value from RGB is 165 - color contains mainly: green. Hex color #63A512 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A512 is #9C5AED. Grayscale: #818181. Windows color (decimal): -10246894 or 1221987. OLE color: 1221987.

HSL color Cylindrical-coordinate representation of color #63A512: hue angle of 86.94º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #63A512 is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 99 165 18 -
CMYK 0.40 0 0.89 0.35
HSL 86.94º 0.8% 0.36% -
HSV(B) 86.94º 0.89% 0.65% -
XYZ 18.71 29.61 5.3 -
YUV 128.51 65.63 106.95 -
System Red Green Blue C M Y K H S L
Decimal 99 165 18 0.40 0 0.89 0.35 86.94 0.8 0.36
Hex 63 A5 12 28 0 59 23 57 50 24
Octal 143 245 22 50 0 131 43 127 120 44
Binary 1100011 10100101 10010 101000 0 1011001 100011 1010111 1010000 100100

Color Harmonies of #63A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A512

Black with #63A512

Text Example


Text Example

White with #63A512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,165,18); }

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

background-color css

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

 a { background-color: rgb(99,165,18); }

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

border-color css

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

 span { border-color: rgb(99,165,18); }

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