Html Css Color HEX #A2F896 Pale Green

📋 copy color: '#A2F896'

red 162 ◦ green 248 ◦ blue 150

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

Shades of Pale Green #A2F896

Tints of Pale Green #A2F896

RGB

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

 GREEN value IS 248 (97.27% from 255) = 44.29%

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

R = 28.93%
G = 44.29%
B = 26.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#A2F896 (or 0xA2F896) is known color: Pale Green. HEX triplet: A2, F8 and 96. RGB value is (162,248,150). Sum of RGB (Red+Green+Blue) = 162+248+150=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 248 (97.27% from 255 or 44.29% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F896 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F896 is #5D0769. Grayscale: #D3D3D3. Windows color (decimal): -6096746 or 9894050. OLE color: 9894050.

HSL color Cylindrical-coordinate representation of color #A2F896: hue angle of 112.65º degrees, saturation: 0.88, 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 #A2F896 is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 248 150 -
CMYK 0.35 0 0.40 0.03
HSL 112.65º 0.88% 0.78% -
HSV(B) 112.65º 0.4% 0.97% -
XYZ 53.97 77.02 40.88 -
YUV 211.11 93.51 92.97 -
System Red Green Blue C M Y K H S L
Decimal 162 248 150 0.35 0 0.40 0.03 112.65 0.88 0.78
Hex A2 F8 96 23 0 28 3 71 58 4E
Octal 242 370 226 43 0 50 3 161 130 116
Binary 10100010 11111000 10010110 100011 0 101000 11 1110001 1011000 1001110

Color Harmonies of #A2F896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F896

Black with #A2F896

Text Example


Text Example

White with #A2F896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F896; }

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

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

background-color css

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

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

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

border-color css

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

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

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