Html Css Color HEX #A0FCB1 Pale Green

📋 copy color: '#A0FCB1'

red 160 ◦ green 252 ◦ blue 177

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

Shades of Pale Green #A0FCB1

Tints of Pale Green #A0FCB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 30.05%

R = 27.16%
G = 42.78%
B = 30.05%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#A0FCB1 (or 0xA0FCB1) is known color: Pale Green. HEX triplet: A0, FC and B1. RGB value is (160,252,177). Sum of RGB (Red+Green+Blue) = 160+252+177=589 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.16% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 177 (69.53% from 255 or 30.05% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCB1 is #5F034E. Grayscale: #D8D8D8. Windows color (decimal): -6226767 or 11664544. OLE color: 11664544.

HSL color Cylindrical-coordinate representation of color #A0FCB1: hue angle of 131.09º 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 #A0FCB1 is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 177 -
CMYK 0.37 0 0.30 0.01
HSL 131.09º 0.94% 0.81% -
HSV(B) 131.09º 0.37% 0.99% -
XYZ 57.24 80.27 54.07 -
YUV 215.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 160 252 177 0.37 0 0.30 0.01 131.09 0.94 0.81
Hex A0 FC B1 25 0 1E 1 83 5E 51
Octal 240 374 261 45 0 36 1 203 136 121
Binary 10100000 11111100 10110001 100101 0 11110 1 10000011 1011110 1010001

Color Harmonies of #A0FCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCB1

Black with #A0FCB1

Text Example


Text Example

White with #A0FCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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