Html Css Color HEX #A8F121 Green Yellow

📋 copy color: '#A8F121'

red 168 ◦ green 241 ◦ blue 33

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

Shades of Green Yellow #A8F121

Tints of Green Yellow #A8F121

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

 BLUE value IS 33 (13.28% from 255) = 7.47%

R = 38.01%
G = 54.52%
B = 7.47%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#A8F121 (or 0xA8F121) is known color: Green Yellow. HEX triplet: A8, F1 and 21. RGB value is (168,241,33). Sum of RGB (Red+Green+Blue) = 168+241+33=442 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.01% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 33 (13.28% from 255 or 7.47% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F121 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F121 is #570EDE. Grayscale: #C4C4C4. Windows color (decimal): -5705439 or 2224552. OLE color: 2224552.

HSL color Cylindrical-coordinate representation of color #A8F121: hue angle of 81.06º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A8F121 is Cyan = 0.30, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 33 -
CMYK 0.30 0 0.86 0.05
HSL 81.06º 0.88% 0.54% -
HSV(B) 81.06º 0.86% 0.95% -
XYZ 47.88 71.35 12.69 -
YUV 195.46 36.32 108.41 -
System Red Green Blue C M Y K H S L
Decimal 168 241 33 0.30 0 0.86 0.05 81.06 0.88 0.54
Hex A8 F1 21 1E 0 56 5 51 58 36
Octal 250 361 41 36 0 126 5 121 130 66
Binary 10101000 11110001 100001 11110 0 1010110 101 1010001 1011000 110110

Color Harmonies of #A8F121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F121

Black with #A8F121

Text Example


Text Example

White with #A8F121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F121; }

 p { color: rgb(168,241,33); }

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

background-color css

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

 a { background-color: rgb(168,241,33); }

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

border-color css

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

 span { border-color: rgb(168,241,33); }

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