Html Css Color HEX #A8FD50 Green Yellow

📋 copy color: '#A8FD50'

red 168 ◦ green 253 ◦ blue 80

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

Shades of Green Yellow #A8FD50

Tints of Green Yellow #A8FD50

RGB

 RED value IS 168 (66.02% from 255) = 33.53%

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

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

R = 33.53%
G = 50.5%
B = 15.97%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#A8FD50 (or 0xA8FD50) is known color: Green Yellow. HEX triplet: A8, FD and 50. RGB value is (168,253,80). Sum of RGB (Red+Green+Blue) = 168+253+80=501 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.53% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 80 (31.64% from 255 or 15.97% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FD50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FD50 is #5702AF. Grayscale: #D0D0D0. Windows color (decimal): -5702320 or 5307816. OLE color: 5307816.

HSL color Cylindrical-coordinate representation of color #A8FD50: hue angle of 89.48º 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 #A8FD50 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 253 80 -
CMYK 0.34 0 0.68 0.01
HSL 89.48º 0.98% 0.65% -
HSV(B) 89.48º 0.68% 0.99% -
XYZ 52.72 79.15 20.09 -
YUV 207.86 55.84 99.57 -
System Red Green Blue C M Y K H S L
Decimal 168 253 80 0.34 0 0.68 0.01 89.48 0.98 0.65
Hex A8 FD 50 22 0 44 1 59 62 41
Octal 250 375 120 42 0 104 1 131 142 101
Binary 10101000 11111101 1010000 100010 0 1000100 1 1011001 1100010 1000001

Color Harmonies of #A8FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FD50

Black with #A8FD50

Text Example


Text Example

White with #A8FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FD50; }

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

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

background-color css

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

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

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

border-color css

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

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

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