Html Css Color HEX #A1F980 Granny Smith Apple

📋 copy color: '#A1F980'

red 161 ◦ green 249 ◦ blue 128

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

Shades of Granny Smith Apple #A1F980

Tints of Granny Smith Apple #A1F980

RGB

 RED value IS 161 (63.28% from 255) = 29.93%

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

 BLUE value IS 128 (50.39% from 255) = 23.79%

R = 29.93%
G = 46.28%
B = 23.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#A1F980 (or 0xA1F980) is known color: Granny Smith Apple. HEX triplet: A1, F9 and 80. RGB value is (161,249,128). Sum of RGB (Red+Green+Blue) = 161+249+128=538 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.93% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 128 (50.39% from 255 or 23.79% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F980 is #5E067F. Grayscale: #D1D1D1. Windows color (decimal): -6162048 or 8452513. OLE color: 8452513.

HSL color Cylindrical-coordinate representation of color #A1F980: hue angle of 103.64º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1F980 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 161 249 128 -
CMYK 0.35 0 0.49 0.02
HSL 103.64º 0.91% 0.74% -
HSV(B) 103.64º 0.49% 0.98% -
XYZ 52.47 76.89 32.5 -
YUV 208.89 82.35 93.84 -
System Red Green Blue C M Y K H S L
Decimal 161 249 128 0.35 0 0.49 0.02 103.64 0.91 0.74
Hex A1 F9 80 23 0 31 2 68 5B 4A
Octal 241 371 200 43 0 61 2 150 133 112
Binary 10100001 11111001 10000000 100011 0 110001 10 1101000 1011011 1001010

Color Harmonies of #A1F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F980

Black with #A1F980

Text Example


Text Example

White with #A1F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F980; }

 p { color: rgb(161,249,128); }

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

background-color css

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

 a { background-color: rgb(161,249,128); }

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

border-color css

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

 span { border-color: rgb(161,249,128); }

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