Html Css Color HEX #A2F892 Pale Green

📋 copy color: '#A2F892'

red 162 ◦ green 248 ◦ blue 146

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

Shades of Pale Green #A2F892

Tints of Pale Green #A2F892

RGB

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

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

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

R = 29.14%
G = 44.6%
B = 26.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.41

 K value IS 0.03

RGB Variations

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

Color information

#A2F892 (or 0xA2F892) is known color: Pale Green. HEX triplet: A2, F8 and 92. RGB value is (162,248,146). Sum of RGB (Red+Green+Blue) = 162+248+146=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 248 (97.27% from 255 or 44.60% from 556); Blue value is 146 (57.42% from 255 or 26.26% from 556); Max value from RGB is 248 - color contains mainly: green. Hex color #A2F892 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F892 is #5D076D. Grayscale: #D2D2D2. Windows color (decimal): -6096750 or 9631906. OLE color: 9631906.

HSL color Cylindrical-coordinate representation of color #A2F892: hue angle of 110.59º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2F892 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.03.

Color convert

RGB 162 248 146 -
CMYK 0.35 0 0.41 0.03
HSL 110.59º 0.88% 0.77% -
HSV(B) 110.59º 0.41% 0.97% -
XYZ 53.66 76.89 39.21 -
YUV 210.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 162 248 146 0.35 0 0.41 0.03 110.59 0.88 0.77
Hex A2 F8 92 23 0 29 3 6F 58 4D
Octal 242 370 222 43 0 51 3 157 130 115
Binary 10100010 11111000 10010010 100011 0 101001 11 1101111 1011000 1001101

Color Harmonies of #A2F892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F892

Black with #A2F892

Text Example


Text Example

White with #A2F892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F892; }

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

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

background-color css

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

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

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

border-color css

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

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

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