Html Css Color HEX #A0FAAF Pale Green

📋 copy color: '#A0FAAF'

red 160 ◦ green 250 ◦ blue 175

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

Shades of Pale Green #A0FAAF

Tints of Pale Green #A0FAAF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.74%

 BLUE value IS 175 (68.75% from 255) = 29.91%

R = 27.35%
G = 42.74%
B = 29.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.3

 K value IS 0.02

RGB Variations

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

Color information

#A0FAAF (or 0xA0FAAF) is known color: Pale Green. HEX triplet: A0, FA and AF. RGB value is (160,250,175). Sum of RGB (Red+Green+Blue) = 160+250+175=585 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.35% from 585); Green value is 250 (98.05% from 255 or 42.74% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAAF is #5F0550. Grayscale: #D6D6D6. Windows color (decimal): -6227281 or 11532960. OLE color: 11532960.

HSL color Cylindrical-coordinate representation of color #A0FAAF: hue angle of 130º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0FAAF is Cyan = 0.36, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 175 -
CMYK 0.36 0 0.3 0.02
HSL 130º 0.9% 0.8% -
HSV(B) 130º 0.36% 0.98% -
XYZ 56.42 78.94 52.82 -
YUV 214.54 105.68 89.1 -
System Red Green Blue C M Y K H S L
Decimal 160 250 175 0.36 0 0.3 0.02 130 0.9 0.8
Hex A0 FA AF 24 0 1E 2 82 5A 50
Octal 240 372 257 44 0 36 2 202 132 120
Binary 10100000 11111010 10101111 100100 0 11110 10 10000010 1011010 1010000

Color Harmonies of #A0FAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAAF

Black with #A0FAAF

Text Example


Text Example

White with #A0FAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAAF; }

 p { color: rgb(160,250,175); }

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

background-color css

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

 a { background-color: rgb(160,250,175); }

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

border-color css

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

 span { border-color: rgb(160,250,175); }

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