Html Css Color HEX #A0FA7D Light Green

📋 copy color: '#A0FA7D'

red 160 ◦ green 250 ◦ blue 125

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

Shades of Light Green #A0FA7D

Tints of Light Green #A0FA7D

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.73%

 BLUE value IS 125 (49.22% from 255) = 23.36%

R = 29.91%
G = 46.73%
B = 23.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#A0FA7D (or 0xA0FA7D) is known color: Light Green. HEX triplet: A0, FA and 7D. RGB value is (160,250,125). Sum of RGB (Red+Green+Blue) = 160+250+125=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 125 (49.22% from 255 or 23.36% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FA7D is #5F0582. Grayscale: #D1D1D1. Windows color (decimal): -6227331 or 8256160. OLE color: 8256160.

HSL color Cylindrical-coordinate representation of color #A0FA7D: hue angle of 103.2º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A0FA7D is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 125 -
CMYK 0.36 0 0.50 0.02
HSL 103.2º 0.93% 0.74% -
HSV(B) 103.2º 0.5% 0.98% -
XYZ 52.38 77.33 31.57 -
YUV 208.84 80.68 93.16 -
System Red Green Blue C M Y K H S L
Decimal 160 250 125 0.36 0 0.50 0.02 103.2 0.93 0.74
Hex A0 FA 7D 24 0 32 2 67 5D 4A
Octal 240 372 175 44 0 62 2 147 135 112
Binary 10100000 11111010 1111101 100100 0 110010 10 1100111 1011101 1001010

Color Harmonies of #A0FA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA7D

Black with #A0FA7D

Text Example


Text Example

White with #A0FA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA7D; }

 p { color: rgb(160,250,125); }

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

background-color css

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

 a { background-color: rgb(160,250,125); }

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

border-color css

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

 span { border-color: rgb(160,250,125); }

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