Html Css Color HEX #A0FA46 Green Yellow

📋 copy color: '#A0FA46'

red 160 ◦ green 250 ◦ blue 70

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

Shades of Green Yellow #A0FA46

Tints of Green Yellow #A0FA46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.58%

R = 33.33%
G = 52.08%
B = 14.58%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#A0FA46 (or 0xA0FA46) is known color: Green Yellow. HEX triplet: A0, FA and 46. RGB value is (160,250,70). Sum of RGB (Red+Green+Blue) = 160+250+70=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 250 (98.05% from 255 or 52.08% from 480); Blue value is 70 (27.73% from 255 or 14.58% from 480); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA46 is #5F05B9. Grayscale: #CBCBCB. Windows color (decimal): -6227386 or 4651680. OLE color: 4651680.

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

Color convert

RGB 160 250 70 -
CMYK 0.36 0 0.72 0.02
HSL 90º 0.95% 0.63% -
HSV(B) 90º 0.72% 0.98% -
XYZ 49.79 76.29 17.9 -
YUV 202.57 53.18 97.64 -
System Red Green Blue C M Y K H S L
Decimal 160 250 70 0.36 0 0.72 0.02 90 0.95 0.63
Hex A0 FA 46 24 0 48 2 5A 5F 3F
Octal 240 372 106 44 0 110 2 132 137 77
Binary 10100000 11111010 1000110 100100 0 1001000 10 1011010 1011111 111111

Color Harmonies of #A0FA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA46

Black with #A0FA46

Text Example


Text Example

White with #A0FA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA46; }

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

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

background-color css

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

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

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

border-color css

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

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

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