Html Css Color HEX #A0FC7F Pale Green

📋 copy color: '#A0FC7F'

red 160 ◦ green 252 ◦ blue 127

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

Shades of Pale Green #A0FC7F

Tints of Pale Green #A0FC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 46.75%

 BLUE value IS 127 (50% from 255) = 23.56%

R = 29.68%
G = 46.75%
B = 23.56%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#A0FC7F (or 0xA0FC7F) is known color: Pale Green. HEX triplet: A0, FC and 7F. RGB value is (160,252,127). Sum of RGB (Red+Green+Blue) = 160+252+127=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 252 (98.83% from 255 or 46.75% from 539); Blue value is 127 (50% from 255 or 23.56% from 539); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC7F is #5F0380. Grayscale: #D2D2D2. Windows color (decimal): -6226817 or 8387744. OLE color: 8387744.

HSL color Cylindrical-coordinate representation of color #A0FC7F: hue angle of 104.16º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0FC7F is Cyan = 0.37, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 252 127 -
CMYK 0.37 0 0.50 0.01
HSL 104.16º 0.95% 0.74% -
HSV(B) 104.16º 0.5% 0.99% -
XYZ 53.14 78.63 32.45 -
YUV 210.24 81.02 92.16 -
System Red Green Blue C M Y K H S L
Decimal 160 252 127 0.37 0 0.50 0.01 104.16 0.95 0.74
Hex A0 FC 7F 25 0 32 1 68 5F 4A
Octal 240 374 177 45 0 62 1 150 137 112
Binary 10100000 11111100 1111111 100101 0 110010 1 1101000 1011111 1001010

Color Harmonies of #A0FC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC7F

Black with #A0FC7F

Text Example


Text Example

White with #A0FC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC7F; }

 p { color: rgb(160,252,127); }

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

background-color css

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

 a { background-color: rgb(160,252,127); }

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

border-color css

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

 span { border-color: rgb(160,252,127); }

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