Html Css Color HEX #A0F94F Green Yellow

📋 copy color: '#A0F94F'

red 160 ◦ green 249 ◦ blue 79

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

Shades of Green Yellow #A0F94F

Tints of Green Yellow #A0F94F

RGB

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

 GREEN value IS 249 (97.66% from 255) = 51.02%

 BLUE value IS 79 (31.25% from 255) = 16.19%

R = 32.79%
G = 51.02%
B = 16.19%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#A0F94F (or 0xA0F94F) is known color: Green Yellow. HEX triplet: A0, F9 and 4F. RGB value is (160,249,79). Sum of RGB (Red+Green+Blue) = 160+249+79=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 79 (31.25% from 255 or 16.19% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F94F is #5F06B0. Grayscale: #CBCBCB. Windows color (decimal): -6227633 or 5241248. OLE color: 5241248.

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

Color convert

RGB 160 249 79 -
CMYK 0.36 0 0.68 0.02
HSL 91.41º 0.93% 0.64% -
HSV(B) 91.41º 0.68% 0.98% -
XYZ 49.78 75.79 19.4 -
YUV 203.01 58.01 97.32 -
System Red Green Blue C M Y K H S L
Decimal 160 249 79 0.36 0 0.68 0.02 91.41 0.93 0.64
Hex A0 F9 4F 24 0 44 2 5B 5D 40
Octal 240 371 117 44 0 104 2 133 135 100
Binary 10100000 11111001 1001111 100100 0 1000100 10 1011011 1011101 1000000

Color Harmonies of #A0F94F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F94F

Black with #A0F94F

Text Example


Text Example

White with #A0F94F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F94F; }

 p { color: rgb(160,249,79); }

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

background-color css

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

 a { background-color: rgb(160,249,79); }

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

border-color css

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

 span { border-color: rgb(160,249,79); }

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