Html Css Color HEX #A0FA21 Green Yellow

📋 copy color: '#A0FA21'

red 160 ◦ green 250 ◦ blue 33

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

Shades of Green Yellow #A0FA21

Tints of Green Yellow #A0FA21

RGB

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

 GREEN value IS 250 (98.05% from 255) = 56.43%

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

R = 36.12%
G = 56.43%
B = 7.45%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#A0FA21 (or 0xA0FA21) is known color: Green Yellow. HEX triplet: A0, FA and 21. RGB value is (160,250,33). Sum of RGB (Red+Green+Blue) = 160+250+33=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 250 (98.05% from 255 or 56.43% from 443); Blue value is 33 (13.28% from 255 or 7.45% from 443); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA21 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA21 is #5F05DE. Grayscale: #C7C7C7. Windows color (decimal): -6227423 or 2226848. OLE color: 2226848.

HSL color Cylindrical-coordinate representation of color #A0FA21: hue angle of 84.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A0FA21 is Cyan = 0.36, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 33 -
CMYK 0.36 0 0.87 0.02
HSL 84.88º 0.96% 0.55% -
HSV(B) 84.88º 0.87% 0.98% -
XYZ 48.96 75.95 13.52 -
YUV 198.35 34.68 100.64 -
System Red Green Blue C M Y K H S L
Decimal 160 250 33 0.36 0 0.87 0.02 84.88 0.96 0.55
Hex A0 FA 21 24 0 57 2 55 60 37
Octal 240 372 41 44 0 127 2 125 140 67
Binary 10100000 11111010 100001 100100 0 1010111 10 1010101 1100000 110111

Color Harmonies of #A0FA21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA21

Black with #A0FA21

Text Example


Text Example

White with #A0FA21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA21; }

 p { color: rgb(160,250,33); }

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

background-color css

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

 a { background-color: rgb(160,250,33); }

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

border-color css

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

 span { border-color: rgb(160,250,33); }

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