Html Css Color HEX #A2F795 Pale Green

📋 copy color: '#A2F795'

red 162 ◦ green 247 ◦ blue 149

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

Shades of Pale Green #A2F795

Tints of Pale Green #A2F795

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.27%

 BLUE value IS 149 (58.59% from 255) = 26.7%

R = 29.03%
G = 44.27%
B = 26.7%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#A2F795 (or 0xA2F795) is known color: Pale Green. HEX triplet: A2, F7 and 95. RGB value is (162,247,149). Sum of RGB (Red+Green+Blue) = 162+247+149=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 247 (96.88% from 255 or 44.27% from 558); Blue value is 149 (58.59% from 255 or 26.70% from 558); Max value from RGB is 247 - color contains mainly: green. Hex color #A2F795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F795 is #5D086A. Grayscale: #D2D2D2. Windows color (decimal): -6097003 or 9828258. OLE color: 9828258.

HSL color Cylindrical-coordinate representation of color #A2F795: hue angle of 112.04º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2F795 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 247 149 -
CMYK 0.34 0 0.40 0.03
HSL 112.04º 0.86% 0.78% -
HSV(B) 112.04º 0.4% 0.97% -
XYZ 53.59 76.37 40.35 -
YUV 210.41 93.34 93.47 -
System Red Green Blue C M Y K H S L
Decimal 162 247 149 0.34 0 0.40 0.03 112.04 0.86 0.78
Hex A2 F7 95 22 0 28 3 70 56 4E
Octal 242 367 225 42 0 50 3 160 126 116
Binary 10100010 11110111 10010101 100010 0 101000 11 1110000 1010110 1001110

Color Harmonies of #A2F795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F795

Black with #A2F795

Text Example


Text Example

White with #A2F795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F795; }

 p { color: rgb(162,247,149); }

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

background-color css

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

 a { background-color: rgb(162,247,149); }

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

border-color css

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

 span { border-color: rgb(162,247,149); }

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