Html Css Color HEX #A0FC7C Pale Green

📋 copy color: '#A0FC7C'

red 160 ◦ green 252 ◦ blue 124

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

Shades of Pale Green #A0FC7C

Tints of Pale Green #A0FC7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 23.13%

R = 29.85%
G = 47.01%
B = 23.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#A0FC7C (or 0xA0FC7C) is known color: Pale Green. HEX triplet: A0, FC and 7C. RGB value is (160,252,124). Sum of RGB (Red+Green+Blue) = 160+252+124=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FC7C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FC7C is #5F0383. Grayscale: #D2D2D2. Windows color (decimal): -6226820 or 8191136. OLE color: 8191136.

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

Color convert

RGB 160 252 124 -
CMYK 0.37 0 0.51 0.01
HSL 103.13º 0.96% 0.74% -
HSV(B) 103.13º 0.51% 0.99% -
XYZ 52.95 78.55 31.44 -
YUV 209.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 160 252 124 0.37 0 0.51 0.01 103.13 0.96 0.74
Hex A0 FC 7C 25 0 33 1 67 60 4A
Octal 240 374 174 45 0 63 1 147 140 112
Binary 10100000 11111100 1111100 100101 0 110011 1 1100111 1100000 1001010

Color Harmonies of #A0FC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FC7C

Black with #A0FC7C

Text Example


Text Example

White with #A0FC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FC7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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