Html Css Color HEX #A2F492 Pale Green

📋 copy color: '#A2F492'

red 162 ◦ green 244 ◦ blue 146

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

Shades of Pale Green #A2F492

Tints of Pale Green #A2F492

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.2%

 BLUE value IS 146 (57.42% from 255) = 26.45%

R = 29.35%
G = 44.2%
B = 26.45%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.40

 K value IS 0.04

RGB Variations

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

Color information

#A2F492 (or 0xA2F492) is known color: Pale Green. HEX triplet: A2, F4 and 92. RGB value is (162,244,146). Sum of RGB (Red+Green+Blue) = 162+244+146=552 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.35% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 146 (57.42% from 255 or 26.45% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F492 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F492 is #5D0B6D. Grayscale: #D0D0D0. Windows color (decimal): -6097774 or 9630882. OLE color: 9630882.

HSL color Cylindrical-coordinate representation of color #A2F492: hue angle of 110.2º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2F492 is Cyan = 0.34, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB 162 244 146 -
CMYK 0.34 0 0.40 0.04
HSL 110.2º 0.82% 0.76% -
HSV(B) 110.2º 0.4% 0.96% -
XYZ 52.44 74.46 38.8 -
YUV 208.31 92.83 94.97 -
System Red Green Blue C M Y K H S L
Decimal 162 244 146 0.34 0 0.40 0.04 110.2 0.82 0.76
Hex A2 F4 92 22 0 28 4 6E 52 4C
Octal 242 364 222 42 0 50 4 156 122 114
Binary 10100010 11110100 10010010 100010 0 101000 100 1101110 1010010 1001100

Color Harmonies of #A2F492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F492

Black with #A2F492

Text Example


Text Example

White with #A2F492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F492; }

 p { color: rgb(162,244,146); }

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

background-color css

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

 a { background-color: rgb(162,244,146); }

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

border-color css

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

 span { border-color: rgb(162,244,146); }

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