Html Css Color HEX #A0F29D Pale Green

📋 copy color: '#A0F29D'

red 160 ◦ green 242 ◦ blue 157

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

Shades of Pale Green #A0F29D

Tints of Pale Green #A0F29D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.29%

 BLUE value IS 157 (61.72% from 255) = 28.09%

R = 28.62%
G = 43.29%
B = 28.09%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#A0F29D (or 0xA0F29D) is known color: Pale Green. HEX triplet: A0, F2 and 9D. RGB value is (160,242,157). Sum of RGB (Red+Green+Blue) = 160+242+157=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 242 (94.92% from 255 or 43.29% from 559); Blue value is 157 (61.72% from 255 or 28.09% from 559); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F29D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F29D is #5F0D62. Grayscale: #D0D0D0. Windows color (decimal): -6229347 or 10351264. OLE color: 10351264.

HSL color Cylindrical-coordinate representation of color #A0F29D: hue angle of 117.88º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F29D is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 157 -
CMYK 0.34 0 0.35 0.05
HSL 117.88º 0.77% 0.78% -
HSV(B) 117.88º 0.35% 0.95% -
XYZ 52.34 73.41 43.31 -
YUV 207.79 99.33 93.91 -
System Red Green Blue C M Y K H S L
Decimal 160 242 157 0.34 0 0.35 0.05 117.88 0.77 0.78
Hex A0 F2 9D 22 0 23 5 76 4D 4E
Octal 240 362 235 42 0 43 5 166 115 116
Binary 10100000 11110010 10011101 100010 0 100011 101 1110110 1001101 1001110

Color Harmonies of #A0F29D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F29D

Black with #A0F29D

Text Example


Text Example

White with #A0F29D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F29D; }

 p { color: rgb(160,242,157); }

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

background-color css

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

 a { background-color: rgb(160,242,157); }

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

border-color css

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

 span { border-color: rgb(160,242,157); }

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