Html Css Color HEX #A0F93F Green Yellow

📋 copy color: '#A0F93F'

red 160 ◦ green 249 ◦ blue 63

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

Shades of Green Yellow #A0F93F

Tints of Green Yellow #A0F93F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.35%

R = 33.9%
G = 52.75%
B = 13.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#A0F93F (or 0xA0F93F) is known color: Green Yellow. HEX triplet: A0, F9 and 3F. RGB value is (160,249,63). Sum of RGB (Red+Green+Blue) = 160+249+63=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 249 (97.66% from 255 or 52.75% from 472); Blue value is 63 (25% from 255 or 13.35% from 472); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F93F is #5F06C0. Grayscale: #C9C9C9. Windows color (decimal): -6227649 or 4192672. OLE color: 4192672.

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

Color convert

RGB 160 249 63 -
CMYK 0.36 0 0.75 0.02
HSL 88.71º 0.94% 0.61% -
HSV(B) 88.71º 0.75% 0.98% -
XYZ 49.27 75.58 16.69 -
YUV 201.19 50.01 98.62 -
System Red Green Blue C M Y K H S L
Decimal 160 249 63 0.36 0 0.75 0.02 88.71 0.94 0.61
Hex A0 F9 3F 24 0 4B 2 59 5E 3D
Octal 240 371 77 44 0 113 2 131 136 75
Binary 10100000 11111001 111111 100100 0 1001011 10 1011001 1011110 111101

Color Harmonies of #A0F93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F93F

Black with #A0F93F

Text Example


Text Example

White with #A0F93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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