Html Css Color HEX #A0F29A Pale Green

📋 copy color: '#A0F29A'

red 160 ◦ green 242 ◦ blue 154

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

Shades of Pale Green #A0F29A

Tints of Pale Green #A0F29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.7%

R = 28.78%
G = 43.53%
B = 27.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#A0F29A (or 0xA0F29A) is known color: Pale Green. HEX triplet: A0, F2 and 9A. RGB value is (160,242,154). Sum of RGB (Red+Green+Blue) = 160+242+154=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 242 (94.92% from 255 or 43.53% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F29A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F29A is #5F0D65. Grayscale: #CFCFCF. Windows color (decimal): -6229350 or 10154656. OLE color: 10154656.

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

Color convert

RGB 160 242 154 -
CMYK 0.34 0 0.36 0.05
HSL 115.91º 0.77% 0.78% -
HSV(B) 115.91º 0.36% 0.95% -
XYZ 52.08 73.31 41.98 -
YUV 207.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 160 242 154 0.34 0 0.36 0.05 115.91 0.77 0.78
Hex A0 F2 9A 22 0 24 5 74 4D 4E
Octal 240 362 232 42 0 44 5 164 115 116
Binary 10100000 11110010 10011010 100010 0 100100 101 1110100 1001101 1001110

Color Harmonies of #A0F29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F29A

Black with #A0F29A

Text Example


Text Example

White with #A0F29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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