Html Css Color HEX #63AB0D Christi

📋 copy color: '#63AB0D'

red 99 ◦ green 171 ◦ blue 13

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

Shades of Christi #63AB0D

Tints of Christi #63AB0D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 60.42%

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

R = 34.98%
G = 60.42%
B = 4.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#63AB0D (or 0x63AB0D) is known color: Christi. HEX triplet: 63, AB and 0D. RGB value is (99,171,13). Sum of RGB (Red+Green+Blue) = 99+171+13=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 171 (67.19% from 255 or 60.42% from 283); Blue value is 13 (5.47% from 255 or 4.59% from 283); Max value from RGB is 171 - color contains mainly: green. Hex color #63AB0D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AB0D is #9C54F2. Grayscale: #848484. Windows color (decimal): -10245363 or 895843. OLE color: 895843.

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

Color convert

RGB 99 171 13 -
CMYK 0.42 0 0.92 0.33
HSL 87.34º 0.86% 0.36% -
HSV(B) 87.34º 0.92% 0.67% -
XYZ 19.78 31.81 5.48 -
YUV 131.46 61.15 104.85 -
System Red Green Blue C M Y K H S L
Decimal 99 171 13 0.42 0 0.92 0.33 87.34 0.86 0.36
Hex 63 AB D 2A 0 5C 21 57 56 24
Octal 143 253 15 52 0 134 41 127 126 44
Binary 1100011 10101011 1101 101010 0 1011100 100001 1010111 1010110 100100

Color Harmonies of #63AB0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AB0D

Black with #63AB0D

Text Example


Text Example

White with #63AB0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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