Html Css Color HEX #A0FD7A Light Green

📋 copy color: '#A0FD7A'

red 160 ◦ green 253 ◦ blue 122

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

Shades of Light Green #A0FD7A

Tints of Light Green #A0FD7A

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.29%

 BLUE value IS 122 (48.05% from 255) = 22.8%

R = 29.91%
G = 47.29%
B = 22.8%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#A0FD7A (or 0xA0FD7A) is known color: Light Green. HEX triplet: A0, FD and 7A. RGB value is (160,253,122). Sum of RGB (Red+Green+Blue) = 160+253+122=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD7A is #5F0285. Grayscale: #D2D2D2. Windows color (decimal): -6226566 or 8060320. OLE color: 8060320.

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

Color convert

RGB 160 253 122 -
CMYK 0.37 0 0.52 0.01
HSL 102.6º 0.97% 0.74% -
HSV(B) 102.6º 0.52% 0.99% -
XYZ 53.14 79.13 30.89 -
YUV 210.26 78.19 92.15 -
System Red Green Blue C M Y K H S L
Decimal 160 253 122 0.37 0 0.52 0.01 102.6 0.97 0.74
Hex A0 FD 7A 25 0 34 1 67 61 4A
Octal 240 375 172 45 0 64 1 147 141 112
Binary 10100000 11111101 1111010 100101 0 110100 1 1100111 1100001 1001010

Color Harmonies of #A0FD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD7A

Black with #A0FD7A

Text Example


Text Example

White with #A0FD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD7A; }

 p { color: rgb(160,253,122); }

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

background-color css

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

 a { background-color: rgb(160,253,122); }

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

border-color css

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

 span { border-color: rgb(160,253,122); }

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