Html Css Color HEX #A0FD50 Green Yellow

📋 copy color: '#A0FD50'

red 160 ◦ green 253 ◦ blue 80

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

Shades of Green Yellow #A0FD50

Tints of Green Yellow #A0FD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.23%

R = 32.45%
G = 51.32%
B = 16.23%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#A0FD50 (or 0xA0FD50) is known color: Green Yellow. HEX triplet: A0, FD and 50. RGB value is (160,253,80). Sum of RGB (Red+Green+Blue) = 160+253+80=493 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.45% from 493); Green value is 253 (99.22% from 255 or 51.32% from 493); Blue value is 80 (31.64% from 255 or 16.23% from 493); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0FD50 is #5F02AF. Grayscale: #CECECE. Windows color (decimal): -6226608 or 5307808. OLE color: 5307808.

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

Color convert

RGB 160 253 80 -
CMYK 0.37 0 0.68 0.01
HSL 92.25º 0.98% 0.65% -
HSV(B) 92.25º 0.68% 0.99% -
XYZ 51.07 78.3 20.01 -
YUV 205.47 57.19 95.57 -
System Red Green Blue C M Y K H S L
Decimal 160 253 80 0.37 0 0.68 0.01 92.25 0.98 0.65
Hex A0 FD 50 25 0 44 1 5C 62 41
Octal 240 375 120 45 0 104 1 134 142 101
Binary 10100000 11111101 1010000 100101 0 1000100 1 1011100 1100010 1000001

Color Harmonies of #A0FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD50

Black with #A0FD50

Text Example


Text Example

White with #A0FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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