Html Css Color HEX #A0FAAE Pale Green

📋 copy color: '#A0FAAE'

red 160 ◦ green 250 ◦ blue 174

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

Shades of Pale Green #A0FAAE

Tints of Pale Green #A0FAAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 27.4%
G = 42.81%
B = 29.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#A0FAAE (or 0xA0FAAE) is known color: Pale Green. HEX triplet: A0, FA and AE. RGB value is (160,250,174). Sum of RGB (Red+Green+Blue) = 160+250+174=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 250 (98.05% from 255 or 42.81% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FAAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0FAAE is #5F0551. Grayscale: #D6D6D6. Windows color (decimal): -6227282 or 11467424. OLE color: 11467424.

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

Color convert

RGB 160 250 174 -
CMYK 0.36 0 0.30 0.02
HSL 129.33º 0.9% 0.8% -
HSV(B) 129.33º 0.36% 0.98% -
XYZ 56.32 78.9 52.31 -
YUV 214.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 160 250 174 0.36 0 0.30 0.02 129.33 0.9 0.8
Hex A0 FA AE 24 0 1E 2 81 5A 50
Octal 240 372 256 44 0 36 2 201 132 120
Binary 10100000 11111010 10101110 100100 0 11110 10 10000001 1011010 1010000

Color Harmonies of #A0FAAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FAAE

Black with #A0FAAE

Text Example


Text Example

White with #A0FAAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FAAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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