Html Css Color HEX #A0FA1A Green Yellow

📋 copy color: '#A0FA1A'

red 160 ◦ green 250 ◦ blue 26

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

Shades of Green Yellow #A0FA1A

Tints of Green Yellow #A0FA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.96%

R = 36.7%
G = 57.34%
B = 5.96%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#A0FA1A (or 0xA0FA1A) is known color: Green Yellow. HEX triplet: A0, FA and 1A. RGB value is (160,250,26). Sum of RGB (Red+Green+Blue) = 160+250+26=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 250 (98.05% from 255 or 57.34% from 436); Blue value is 26 (10.55% from 255 or 5.96% from 436); Max value from RGB is 250 - color contains mainly: green. Hex color #A0FA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A0FA1A is #5F05E5. Grayscale: #C6C6C6. Windows color (decimal): -6227430 or 1768096. OLE color: 1768096.

HSL color Cylindrical-coordinate representation of color #A0FA1A: hue angle of 84.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A0FA1A is Cyan = 0.36, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 250 26 -
CMYK 0.36 0 0.90 0.02
HSL 84.11º 0.96% 0.54% -
HSV(B) 84.11º 0.9% 0.98% -
XYZ 48.87 75.92 13.06 -
YUV 197.55 31.18 101.21 -
System Red Green Blue C M Y K H S L
Decimal 160 250 26 0.36 0 0.90 0.02 84.11 0.96 0.54
Hex A0 FA 1A 24 0 5A 2 54 60 36
Octal 240 372 32 44 0 132 2 124 140 66
Binary 10100000 11111010 11010 100100 0 1011010 10 1010100 1100000 110110

Color Harmonies of #A0FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0FA1A

Black with #A0FA1A

Text Example


Text Example

White with #A0FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0FA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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