Html Css Color HEX #A0FA28 Green Yellow

📋 copy color: '#A0FA28'

red 160 ◦ green 250 ◦ blue 40

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

Shades of Green Yellow #A0FA28

Tints of Green Yellow #A0FA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.89%

R = 35.56%
G = 55.56%
B = 8.89%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#A0FA28 (or 0xA0FA28) is known color: Green Yellow. HEX triplet: A0, FA and 28. RGB value is (160,250,40). Sum of RGB (Red+Green+Blue) = 160+250+40=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 250 (98.05% from 255 or 55.56% from 450); Blue value is 40 (16.02% from 255 or 8.89% from 450); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA28 is #5F05D7. Grayscale: #C7C7C7. Windows color (decimal): -6227416 or 2685600. OLE color: 2685600.

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

Color convert

RGB 160 250 40 -
CMYK 0.36 0 0.84 0.02
HSL 85.71º 0.95% 0.57% -
HSV(B) 85.71º 0.84% 0.98% -
XYZ 49.07 76 14.09 -
YUV 199.15 38.18 100.08 -
System Red Green Blue C M Y K H S L
Decimal 160 250 40 0.36 0 0.84 0.02 85.71 0.95 0.57
Hex A0 FA 28 24 0 54 2 56 5F 39
Octal 240 372 50 44 0 124 2 126 137 71
Binary 10100000 11111010 101000 100100 0 1010100 10 1010110 1011111 111001

Color Harmonies of #A0FA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA28

Black with #A0FA28

Text Example


Text Example

White with #A0FA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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