Html Css Color HEX #A2F19D Pale Green

📋 copy color: '#A2F19D'

red 162 ◦ green 241 ◦ blue 157

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

Shades of Pale Green #A2F19D

Tints of Pale Green #A2F19D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.04%

 BLUE value IS 157 (61.72% from 255) = 28.04%

R = 28.93%
G = 43.04%
B = 28.04%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#A2F19D (or 0xA2F19D) is known color: Pale Green. HEX triplet: A2, F1 and 9D. RGB value is (162,241,157). Sum of RGB (Red+Green+Blue) = 162+241+157=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 157 (61.72% from 255 or 28.04% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #A2F19D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F19D is #5D0E62. Grayscale: #D0D0D0. Windows color (decimal): -6098531 or 10351010. OLE color: 10351010.

HSL color Cylindrical-coordinate representation of color #A2F19D: hue angle of 116.43º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F19D is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 241 157 -
CMYK 0.33 0 0.35 0.05
HSL 116.43º 0.75% 0.78% -
HSV(B) 116.43º 0.35% 0.95% -
XYZ 52.44 73.03 43.23 -
YUV 207.8 99.33 95.33 -
System Red Green Blue C M Y K H S L
Decimal 162 241 157 0.33 0 0.35 0.05 116.43 0.75 0.78
Hex A2 F1 9D 21 0 23 5 74 4B 4E
Octal 242 361 235 41 0 43 5 164 113 116
Binary 10100010 11110001 10011101 100001 0 100011 101 1110100 1001011 1001110

Color Harmonies of #A2F19D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F19D

Black with #A2F19D

Text Example


Text Example

White with #A2F19D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F19D; }

 p { color: rgb(162,241,157); }

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

background-color css

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

 a { background-color: rgb(162,241,157); }

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

border-color css

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

 span { border-color: rgb(162,241,157); }

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