Html Css Color HEX #A2FA80 Granny Smith Apple

📋 copy color: '#A2FA80'

red 162 ◦ green 250 ◦ blue 128

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

Shades of Granny Smith Apple #A2FA80

Tints of Granny Smith Apple #A2FA80

RGB

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

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

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

R = 30%
G = 46.3%
B = 23.7%

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

#A2FA80 (or 0xA2FA80) is known color: Granny Smith Apple. HEX triplet: A2, FA and 80. RGB value is (162,250,128). Sum of RGB (Red+Green+Blue) = 162+250+128=540 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30% from 540); Green value is 250 (98.05% from 255 or 46.30% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA80 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA80 is #5D057F. Grayscale: #D2D2D2. Windows color (decimal): -6096256 or 8452770. OLE color: 8452770.

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

Color convert

RGB 162 250 128 -
CMYK 0.35 0 0.49 0.02
HSL 103.28º 0.92% 0.74% -
HSV(B) 103.28º 0.49% 0.98% -
XYZ 52.98 77.61 32.61 -
YUV 209.78 81.85 93.92 -
System Red Green Blue C M Y K H S L
Decimal 162 250 128 0.35 0 0.49 0.02 103.28 0.92 0.74
Hex A2 FA 80 23 0 31 2 67 5C 4A
Octal 242 372 200 43 0 61 2 147 134 112
Binary 10100010 11111010 10000000 100011 0 110001 10 1100111 1011100 1001010

Color Harmonies of #A2FA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA80

Black with #A2FA80

Text Example


Text Example

White with #A2FA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA80; }

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

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

background-color css

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

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

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

border-color css

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

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

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