Html Css Color HEX #63AD0D Christi

📋 copy color: '#63AD0D'

red 99 ◦ green 173 ◦ blue 13

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

Shades of Christi #63AD0D

Tints of Christi #63AD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 60.7%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 34.74%
G = 60.7%
B = 4.56%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#63AD0D (or 0x63AD0D) is known color: Christi. HEX triplet: 63, AD and 0D. RGB value is (99,173,13). Sum of RGB (Red+Green+Blue) = 99+173+13=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 173 (67.97% from 255 or 60.70% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 173 - color contains mainly: green. Hex color #63AD0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AD0D is #9C52F2. Grayscale: #858585. Windows color (decimal): -10244851 or 896355. OLE color: 896355.

HSL color Cylindrical-coordinate representation of color #63AD0D: hue angle of 87.75º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #63AD0D is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 99 173 13 -
CMYK 0.43 0 0.92 0.32
HSL 87.75º 0.86% 0.36% -
HSV(B) 87.75º 0.92% 0.68% -
XYZ 20.16 32.57 5.6 -
YUV 132.63 60.48 104.01 -
System Red Green Blue C M Y K H S L
Decimal 99 173 13 0.43 0 0.92 0.32 87.75 0.86 0.36
Hex 63 AD D 2B 0 5C 20 58 56 24
Octal 143 255 15 53 0 134 40 130 126 44
Binary 1100011 10101101 1101 101011 0 1011100 100000 1011000 1010110 100100

Color Harmonies of #63AD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AD0D

Black with #63AD0D

Text Example


Text Example

White with #63AD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,173,13); }

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

background-color css

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

 a { background-color: rgb(99,173,13); }

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

border-color css

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

 span { border-color: rgb(99,173,13); }

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