Html Css Color HEX #A0F9AE Pale Green

📋 copy color: '#A0F9AE'

red 160 ◦ green 249 ◦ blue 174

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

Shades of Pale Green #A0F9AE

Tints of Pale Green #A0F9AE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.71%

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

R = 27.44%
G = 42.71%
B = 29.85%

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

#A0F9AE (or 0xA0F9AE) is known color: Pale Green. HEX triplet: A0, F9 and AE. RGB value is (160,249,174). Sum of RGB (Red+Green+Blue) = 160+249+174=583 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.44% from 583); Green value is 249 (97.66% from 255 or 42.71% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F9AE is #5F0651. Grayscale: #D6D6D6. Windows color (decimal): -6227538 or 11467168. OLE color: 11467168.

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

Color convert

RGB 160 249 174 -
CMYK 0.36 0 0.30 0.02
HSL 129.44º 0.88% 0.8% -
HSV(B) 129.44º 0.36% 0.98% -
XYZ 56.01 78.28 52.2 -
YUV 213.84 105.51 89.6 -
System Red Green Blue C M Y K H S L
Decimal 160 249 174 0.36 0 0.30 0.02 129.44 0.88 0.8
Hex A0 F9 AE 24 0 1E 2 81 58 50
Octal 240 371 256 44 0 36 2 201 130 120
Binary 10100000 11111001 10101110 100100 0 11110 10 10000001 1011000 1010000

Color Harmonies of #A0F9AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F9AE

Black with #A0F9AE

Text Example


Text Example

White with #A0F9AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F9AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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