Html Css Color HEX #A2F980 Granny Smith Apple

📋 copy color: '#A2F980'

red 162 ◦ green 249 ◦ blue 128

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

Shades of Granny Smith Apple #A2F980

Tints of Granny Smith Apple #A2F980

RGB

 RED value IS 162 (63.67% from 255) = 30.06%

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

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

R = 30.06%
G = 46.2%
B = 23.75%

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

#A2F980 (or 0xA2F980) is known color: Granny Smith Apple. HEX triplet: A2, F9 and 80. RGB value is (162,249,128). Sum of RGB (Red+Green+Blue) = 162+249+128=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 128 (50.39% from 255 or 23.75% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F980 is #5D067F. Grayscale: #D1D1D1. Windows color (decimal): -6096512 or 8452514. OLE color: 8452514.

HSL color Cylindrical-coordinate representation of color #A2F980: hue angle of 103.14º 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 #A2F980 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 162 249 128 -
CMYK 0.35 0 0.49 0.02
HSL 103.14º 0.91% 0.74% -
HSV(B) 103.14º 0.49% 0.98% -
XYZ 52.67 76.99 32.51 -
YUV 209.19 82.18 94.34 -
System Red Green Blue C M Y K H S L
Decimal 162 249 128 0.35 0 0.49 0.02 103.14 0.91 0.74
Hex A2 F9 80 23 0 31 2 67 5B 4A
Octal 242 371 200 43 0 61 2 147 133 112
Binary 10100010 11111001 10000000 100011 0 110001 10 1100111 1011011 1001010

Color Harmonies of #A2F980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F980

Black with #A2F980

Text Example


Text Example

White with #A2F980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F980; }

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

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

background-color css

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

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

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

border-color css

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

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

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