Html Css Color HEX #63A164 Fern

📋 copy color: '#63A164'

red 99 ◦ green 161 ◦ blue 100

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

Shades of Fern #63A164

Tints of Fern #63A164

RGB

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

 GREEN value IS 161 (63.28% from 255) = 44.72%

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 27.5%
G = 44.72%
B = 27.78%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#63A164 (or 0x63A164) is known color: Fern. HEX triplet: 63, A1 and 64. RGB value is (99,161,100). Sum of RGB (Red+Green+Blue) = 99+161+100=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 161 (63.28% from 255 or 44.72% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 161 - color contains mainly: green. Hex color #63A164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63A164 is #9C5E9B. Grayscale: #878787. Windows color (decimal): -10247836 or 6594915. OLE color: 6594915.

HSL color Cylindrical-coordinate representation of color #63A164: hue angle of 120.97º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #63A164 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 99 161 100 -
CMYK 0.39 0 0.38 0.37
HSL 120.97º 0.25% 0.51% -
HSV(B) 120.97º 0.39% 0.63% -
XYZ 20.19 29.06 16.6 -
YUV 135.51 107.96 101.96 -
System Red Green Blue C M Y K H S L
Decimal 99 161 100 0.39 0 0.38 0.37 120.97 0.25 0.51
Hex 63 A1 64 27 0 26 25 79 19 33
Octal 143 241 144 47 0 46 45 171 31 63
Binary 1100011 10100001 1100100 100111 0 100110 100101 1111001 11001 110011

Color Harmonies of #63A164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63A164

Black with #63A164

Text Example


Text Example

White with #63A164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,161,100); }

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

background-color css

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

 a { background-color: rgb(99,161,100); }

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

border-color css

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

 span { border-color: rgb(99,161,100); }

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