Html Css Color HEX #A0FF48 Green Yellow

📋 copy color: '#A0FF48'

red 160 ◦ green 255 ◦ blue 72

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

Shades of Green Yellow #A0FF48

Tints of Green Yellow #A0FF48

RGB

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

 GREEN value IS 255 (100% from 255) = 52.36%

 BLUE value IS 72 (28.52% from 255) = 14.78%

R = 32.85%
G = 52.36%
B = 14.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#A0FF48 (or 0xA0FF48) is known color: Green Yellow. HEX triplet: A0, FF and 48. RGB value is (160,255,72). Sum of RGB (Red+Green+Blue) = 160+255+72=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 72 (28.52% from 255 or 14.78% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FF48 is #5F00B7. Grayscale: #CECECE. Windows color (decimal): -6226104 or 4784032. OLE color: 4784032.

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

Color convert

RGB 160 255 72 -
CMYK 0.37 0 0.72 0
HSL 91.15º 1% 0.64% -
HSV(B) 91.15º 0.72% 1% -
XYZ 51.43 79.46 18.76 -
YUV 205.73 52.53 95.38 -
System Red Green Blue C M Y K H S L
Decimal 160 255 72 0.37 0 0.72 0 91.15 1 0.64
Hex A0 FF 48 25 0 48 0 5B 64 40
Octal 240 377 110 45 0 110 0 133 144 100
Binary 10100000 11111111 1001000 100101 0 1001000 0 1011011 1100100 1000000

Color Harmonies of #A0FF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FF48

Black with #A0FF48

Text Example


Text Example

White with #A0FF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FF48; }

 p { color: rgb(160,255,72); }

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

background-color css

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

 a { background-color: rgb(160,255,72); }

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

border-color css

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

 span { border-color: rgb(160,255,72); }

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