Html Css Color HEX #63A40F Christi

📋 copy color: '#63A40F'

red 99 ◦ green 164 ◦ blue 15

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

Shades of Christi #63A40F

Tints of Christi #63A40F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 58.99%

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 35.61%
G = 58.99%
B = 5.4%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#63A40F (or 0x63A40F) is known color: Christi. HEX triplet: 63, A4 and 0F. RGB value is (99,164,15). Sum of RGB (Red+Green+Blue) = 99+164+15=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #63A40F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63A40F is #9C5BF0. Grayscale: #808080. Windows color (decimal): -10247153 or 1025123. OLE color: 1025123.

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

Color convert

RGB 99 164 15 -
CMYK 0.40 0 0.91 0.36
HSL 86.17º 0.83% 0.35% -
HSV(B) 86.17º 0.91% 0.64% -
XYZ 18.51 29.24 5.12 -
YUV 127.58 64.47 107.62 -
System Red Green Blue C M Y K H S L
Decimal 99 164 15 0.40 0 0.91 0.36 86.17 0.83 0.35
Hex 63 A4 F 28 0 5B 24 56 53 23
Octal 143 244 17 50 0 133 44 126 123 43
Binary 1100011 10100100 1111 101000 0 1011011 100100 1010110 1010011 100011

Color Harmonies of #63A40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A40F

Black with #63A40F

Text Example


Text Example

White with #63A40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,164,15); }

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

background-color css

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

 a { background-color: rgb(99,164,15); }

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

border-color css

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

 span { border-color: rgb(99,164,15); }

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