Html Css Color HEX #A0FE1F Green Yellow

📋 copy color: '#A0FE1F'

red 160 ◦ green 254 ◦ blue 31

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

Shades of Green Yellow #A0FE1F

Tints of Green Yellow #A0FE1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.97%

R = 35.96%
G = 57.08%
B = 6.97%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#A0FE1F (or 0xA0FE1F) is known color: Green Yellow. HEX triplet: A0, FE and 1F. RGB value is (160,254,31). Sum of RGB (Red+Green+Blue) = 160+254+31=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 254 (99.61% from 255 or 57.08% from 445); Blue value is 31 (12.5% from 255 or 6.97% from 445); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FE1F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FE1F is #5F01E0. Grayscale: #C9C9C9. Windows color (decimal): -6226401 or 2096800. OLE color: 2096800.

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

Color convert

RGB 160 254 31 -
CMYK 0.37 0 0.88 0.00
HSL 85.29º 0.99% 0.56% -
HSV(B) 85.29º 0.88% 1% -
XYZ 50.19 78.46 13.79 -
YUV 200.47 32.36 99.13 -
System Red Green Blue C M Y K H S L
Decimal 160 254 31 0.37 0 0.88 0.00 85.29 0.99 0.56
Hex A0 FE 1F 25 0 58 0 55 63 38
Octal 240 376 37 45 0 130 0 125 143 70
Binary 10100000 11111110 11111 100101 0 1011000 0 1010101 1100011 111000

Color Harmonies of #A0FE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FE1F

Black with #A0FE1F

Text Example


Text Example

White with #A0FE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FE1F; }

 p { color: rgb(160,254,31); }

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

background-color css

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

 a { background-color: rgb(160,254,31); }

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

border-color css

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

 span { border-color: rgb(160,254,31); }

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