Html Css Color HEX #A2FA96 Pale Green

📋 copy color: '#A2FA96'

red 162 ◦ green 250 ◦ blue 150

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

Shades of Pale Green #A2FA96

Tints of Pale Green #A2FA96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.69%

R = 28.83%
G = 44.48%
B = 26.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.4

 K value IS 0.02

RGB Variations

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

Color information

#A2FA96 (or 0xA2FA96) is known color: Pale Green. HEX triplet: A2, FA and 96. RGB value is (162,250,150). Sum of RGB (Red+Green+Blue) = 162+250+150=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #A2FA96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2FA96 is #5D0569. Grayscale: #D4D4D4. Windows color (decimal): -6096234 or 9894562. OLE color: 9894562.

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

Color convert

RGB 162 250 150 -
CMYK 0.35 0 0.4 0.02
HSL 112.8º 0.91% 0.78% -
HSV(B) 112.8º 0.4% 0.98% -
XYZ 54.59 78.25 41.08 -
YUV 212.29 92.85 92.13 -
System Red Green Blue C M Y K H S L
Decimal 162 250 150 0.35 0 0.4 0.02 112.8 0.91 0.78
Hex A2 FA 96 23 0 28 2 71 5B 4E
Octal 242 372 226 43 0 50 2 161 133 116
Binary 10100010 11111010 10010110 100011 0 101000 10 1110001 1011011 1001110

Color Harmonies of #A2FA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FA96

Black with #A2FA96

Text Example


Text Example

White with #A2FA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FA96; }

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

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

background-color css

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

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

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

border-color css

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

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

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