Html Css Color HEX #A0FDA5 Pale Green

📋 copy color: '#A0FDA5'

red 160 ◦ green 253 ◦ blue 165

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

Shades of Pale Green #A0FDA5

Tints of Pale Green #A0FDA5

RGB

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

 GREEN value IS 253 (99.22% from 255) = 43.77%

 BLUE value IS 165 (64.84% from 255) = 28.55%

R = 27.68%
G = 43.77%
B = 28.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.35

 K value IS 0.01

RGB Variations

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

Color information

#A0FDA5 (or 0xA0FDA5) is known color: Pale Green. HEX triplet: A0, FD and A5. RGB value is (160,253,165). Sum of RGB (Red+Green+Blue) = 160+253+165=578 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.68% from 578); Green value is 253 (99.22% from 255 or 43.77% from 578); Blue value is 165 (64.84% from 255 or 28.55% from 578); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FDA5 is #5F025A. Grayscale: #D7D7D7. Windows color (decimal): -6226523 or 10878368. OLE color: 10878368.

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

Color convert

RGB 160 253 165 -
CMYK 0.37 0 0.35 0.01
HSL 123.23º 0.96% 0.81% -
HSV(B) 123.23º 0.37% 0.99% -
XYZ 56.41 80.44 48.15 -
YUV 215.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 160 253 165 0.37 0 0.35 0.01 123.23 0.96 0.81
Hex A0 FD A5 25 0 23 1 7B 60 51
Octal 240 375 245 45 0 43 1 173 140 121
Binary 10100000 11111101 10100101 100101 0 100011 1 1111011 1100000 1010001

Color Harmonies of #A0FDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FDA5

Black with #A0FDA5

Text Example


Text Example

White with #A0FDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FDA5; }

 p { color: rgb(160,253,165); }

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

background-color css

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

 a { background-color: rgb(160,253,165); }

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

border-color css

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

 span { border-color: rgb(160,253,165); }

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