Html Css Color HEX #A0F63A Green Yellow

📋 copy color: '#A0F63A'

red 160 ◦ green 246 ◦ blue 58

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

Shades of Green Yellow #A0F63A

Tints of Green Yellow #A0F63A

RGB

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

 GREEN value IS 246 (96.48% from 255) = 53.02%

 BLUE value IS 58 (23.05% from 255) = 12.5%

R = 34.48%
G = 53.02%
B = 12.5%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#A0F63A (or 0xA0F63A) is known color: Green Yellow. HEX triplet: A0, F6 and 3A. RGB value is (160,246,58). Sum of RGB (Red+Green+Blue) = 160+246+58=464 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.48% from 464); Green value is 246 (96.48% from 255 or 53.02% from 464); Blue value is 58 (23.05% from 255 or 12.5% from 464); Max value from RGB is 246 - color contains mainly: green. Hex color #A0F63A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0F63A is #5F09C5. Grayscale: #C7C7C7. Windows color (decimal): -6228422 or 3864224. OLE color: 3864224.

HSL color Cylindrical-coordinate representation of color #A0F63A: hue angle of 87.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A0F63A is Cyan = 0.35, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 160 246 58 -
CMYK 0.35 0 0.76 0.04
HSL 87.45º 0.91% 0.6% -
HSV(B) 87.45º 0.76% 0.96% -
XYZ 48.22 73.69 15.69 -
YUV 198.85 48.51 100.29 -
System Red Green Blue C M Y K H S L
Decimal 160 246 58 0.35 0 0.76 0.04 87.45 0.91 0.6
Hex A0 F6 3A 23 0 4C 4 57 5B 3C
Octal 240 366 72 43 0 114 4 127 133 74
Binary 10100000 11110110 111010 100011 0 1001100 100 1010111 1011011 111100

Color Harmonies of #A0F63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F63A

Black with #A0F63A

Text Example


Text Example

White with #A0F63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F63A; }

 p { color: rgb(160,246,58); }

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

background-color css

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

 a { background-color: rgb(160,246,58); }

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

border-color css

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

 span { border-color: rgb(160,246,58); }

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