Html Css Color HEX #A8FE52 Green Yellow

📋 copy color: '#A8FE52'

red 168 ◦ green 254 ◦ blue 82

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

Shades of Green Yellow #A8FE52

Tints of Green Yellow #A8FE52

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

 BLUE value IS 82 (32.42% from 255) = 16.27%

R = 33.33%
G = 50.4%
B = 16.27%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#A8FE52 (or 0xA8FE52) is known color: Green Yellow. HEX triplet: A8, FE and 52. RGB value is (168,254,82). Sum of RGB (Red+Green+Blue) = 168+254+82=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 82 (32.42% from 255 or 16.27% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FE52 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FE52 is #5701AD. Grayscale: #D1D1D1. Windows color (decimal): -5702062 or 5439144. OLE color: 5439144.

HSL color Cylindrical-coordinate representation of color #A8FE52: hue angle of 90º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A8FE52 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 168 254 82 -
CMYK 0.34 0 0.68 0.00
HSL 90º 0.99% 0.66% -
HSV(B) 90º 0.68% 1% -
XYZ 53.11 79.82 20.59 -
YUV 208.68 56.51 98.99 -
System Red Green Blue C M Y K H S L
Decimal 168 254 82 0.34 0 0.68 0.00 90 0.99 0.66
Hex A8 FE 52 22 0 44 0 5A 63 42
Octal 250 376 122 42 0 104 0 132 143 102
Binary 10101000 11111110 1010010 100010 0 1000100 0 1011010 1100011 1000010

Color Harmonies of #A8FE52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FE52

Black with #A8FE52

Text Example


Text Example

White with #A8FE52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FE52; }

 p { color: rgb(168,254,82); }

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

background-color css

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

 a { background-color: rgb(168,254,82); }

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

border-color css

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

 span { border-color: rgb(168,254,82); }

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