Html Css Color HEX #A0FCB0 Pale Green

📋 copy color: '#A0FCB0'

red 160 ◦ green 252 ◦ blue 176

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

Shades of Pale Green #A0FCB0

Tints of Pale Green #A0FCB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 29.93%

R = 27.21%
G = 42.86%
B = 29.93%

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

#A0FCB0 (or 0xA0FCB0) is known color: Pale Green. HEX triplet: A0, FC and B0. RGB value is (160,252,176). Sum of RGB (Red+Green+Blue) = 160+252+176=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 252 (98.83% from 255 or 42.86% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCB0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FCB0 is #5F034F. Grayscale: #D8D8D8. Windows color (decimal): -6226768 or 11599008. OLE color: 11599008.

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

Color convert

RGB 160 252 176 -
CMYK 0.37 0 0.30 0.01
HSL 130.43º 0.94% 0.81% -
HSV(B) 130.43º 0.37% 0.99% -
XYZ 57.14 80.23 53.55 -
YUV 215.83 105.52 88.18 -
System Red Green Blue C M Y K H S L
Decimal 160 252 176 0.37 0 0.30 0.01 130.43 0.94 0.81
Hex A0 FC B0 25 0 1E 1 82 5E 51
Octal 240 374 260 45 0 36 1 202 136 121
Binary 10100000 11111100 10110000 100101 0 11110 1 10000010 1011110 1010001

Color Harmonies of #A0FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FCB0

Black with #A0FCB0

Text Example


Text Example

White with #A0FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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