Html Css Color HEX #A0FCA2 Pale Green

📋 copy color: '#A0FCA2'

red 160 ◦ green 252 ◦ blue 162

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

Shades of Pale Green #A0FCA2

Tints of Pale Green #A0FCA2

RGB

 RED value IS 160 (62.89% from 255) = 27.87%

 GREEN value IS 252 (98.83% from 255) = 43.9%

 BLUE value IS 162 (63.67% from 255) = 28.22%

R = 27.87%
G = 43.9%
B = 28.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#A0FCA2 (or 0xA0FCA2) is known color: Pale Green. HEX triplet: A0, FC and A2. RGB value is (160,252,162). Sum of RGB (Red+Green+Blue) = 160+252+162=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCA2 is #5F035D. Grayscale: #D6D6D6. Windows color (decimal): -6226782 or 10681504. OLE color: 10681504.

HSL color Cylindrical-coordinate representation of color #A0FCA2: hue angle of 121.3º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCA2 is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 162 -
CMYK 0.37 0 0.36 0.01
HSL 121.3º 0.94% 0.81% -
HSV(B) 121.3º 0.37% 0.99% -
XYZ 55.83 79.7 46.62 -
YUV 214.23 98.52 89.32 -
System Red Green Blue C M Y K H S L
Decimal 160 252 162 0.37 0 0.36 0.01 121.3 0.94 0.81
Hex A0 FC A2 25 0 24 1 79 5E 51
Octal 240 374 242 45 0 44 1 171 136 121
Binary 10100000 11111100 10100010 100101 0 100100 1 1111001 1011110 1010001

Color Harmonies of #A0FCA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCA2

Black with #A0FCA2

Text Example


Text Example

White with #A0FCA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCA2; }

 p { color: rgb(160,252,162); }

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

background-color css

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

 a { background-color: rgb(160,252,162); }

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

border-color css

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

 span { border-color: rgb(160,252,162); }

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