Html Css Color HEX #A0FD1C Green Yellow

📋 copy color: '#A0FD1C'

red 160 ◦ green 253 ◦ blue 28

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

Shades of Green Yellow #A0FD1C

Tints of Green Yellow #A0FD1C

RGB

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

 GREEN value IS 253 (99.22% from 255) = 57.37%

 BLUE value IS 28 (11.33% from 255) = 6.35%

R = 36.28%
G = 57.37%
B = 6.35%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#A0FD1C (or 0xA0FD1C) is known color: Green Yellow. HEX triplet: A0, FD and 1C. RGB value is (160,253,28). Sum of RGB (Red+Green+Blue) = 160+253+28=441 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.28% from 441); Green value is 253 (99.22% from 255 or 57.37% from 441); Blue value is 28 (11.33% from 255 or 6.35% from 441); Max value from RGB is 253 - color contains mainly: green. Hex color #A0FD1C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FD1C is #5F02E3. Grayscale: #C8C8C8. Windows color (decimal): -6226660 or 1899936. OLE color: 1899936.

HSL color Cylindrical-coordinate representation of color #A0FD1C: hue angle of 84.8º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A0FD1C is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 253 28 -
CMYK 0.37 0 0.89 0.01
HSL 84.8º 0.98% 0.55% -
HSV(B) 84.8º 0.89% 0.99% -
XYZ 49.83 77.81 13.49 -
YUV 199.54 31.19 99.8 -
System Red Green Blue C M Y K H S L
Decimal 160 253 28 0.37 0 0.89 0.01 84.8 0.98 0.55
Hex A0 FD 1C 25 0 59 1 55 62 37
Octal 240 375 34 45 0 131 1 125 142 67
Binary 10100000 11111101 11100 100101 0 1011001 1 1010101 1100010 110111

Color Harmonies of #A0FD1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FD1C

Black with #A0FD1C

Text Example


Text Example

White with #A0FD1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FD1C; }

 p { color: rgb(160,253,28); }

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

background-color css

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

 a { background-color: rgb(160,253,28); }

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

border-color css

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

 span { border-color: rgb(160,253,28); }

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