Html Css Color HEX #A0F09D Pale Green

📋 copy color: '#A0F09D'

red 160 ◦ green 240 ◦ blue 157

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

Shades of Pale Green #A0F09D

Tints of Pale Green #A0F09D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 43.09%

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

R = 28.73%
G = 43.09%
B = 28.19%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.06

RGB Variations

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

Color information

#A0F09D (or 0xA0F09D) is known color: Pale Green. HEX triplet: A0, F0 and 9D. RGB value is (160,240,157). Sum of RGB (Red+Green+Blue) = 160+240+157=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 157 (61.72% from 255 or 28.19% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F09D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F09D is #5F0F62. Grayscale: #CECECE. Windows color (decimal): -6229859 or 10350752. OLE color: 10350752.

HSL color Cylindrical-coordinate representation of color #A0F09D: hue angle of 117.83º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0F09D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.

Color convert

RGB 160 240 157 -
CMYK 0.33 0 0.35 0.06
HSL 117.83º 0.73% 0.78% -
HSV(B) 117.83º 0.35% 0.94% -
XYZ 51.74 72.23 43.11 -
YUV 206.62 100 94.75 -
System Red Green Blue C M Y K H S L
Decimal 160 240 157 0.33 0 0.35 0.06 117.83 0.73 0.78
Hex A0 F0 9D 21 0 23 6 76 49 4E
Octal 240 360 235 41 0 43 6 166 111 116
Binary 10100000 11110000 10011101 100001 0 100011 110 1110110 1001001 1001110

Color Harmonies of #A0F09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F09D

Black with #A0F09D

Text Example


Text Example

White with #A0F09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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