Html Css Color HEX #63AA01 Christi

📋 copy color: '#63AA01'

red 99 ◦ green 170 ◦ blue 1

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

Shades of Christi #63AA01

Tints of Christi #63AA01

RGB

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

 GREEN value IS 170 (66.8% from 255) = 62.96%

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 36.67%
G = 62.96%
B = 0.37%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#63AA01 (or 0x63AA01) is known color: Christi. HEX triplet: 63, AA and 01. RGB value is (99,170,1). Sum of RGB (Red+Green+Blue) = 99+170+1=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 1 (0.78% from 255 or 0.37% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #63AA01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #63AA01 is #9C55FE. Grayscale: #828282. Windows color (decimal): -10245631 or 109155. OLE color: 109155.

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

Color convert

RGB 99 170 1 -
CMYK 0.42 0 0.99 0.33
HSL 85.21º 0.99% 0.34% -
HSV(B) 85.21º 0.99% 0.67% -
XYZ 19.53 31.4 5.06 -
YUV 129.51 55.48 106.24 -
System Red Green Blue C M Y K H S L
Decimal 99 170 1 0.42 0 0.99 0.33 85.21 0.99 0.34
Hex 63 AA 1 2A 0 63 21 55 63 22
Octal 143 252 1 52 0 143 41 125 143 42
Binary 1100011 10101010 1 101010 0 1100011 100001 1010101 1100011 100010

Color Harmonies of #63AA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63AA01

Black with #63AA01

Text Example


Text Example

White with #63AA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,170,1); }

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

background-color css

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

 a { background-color: rgb(99,170,1); }

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

border-color css

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

 span { border-color: rgb(99,170,1); }

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