Html Css Color HEX #A2F29E Pale Green

📋 copy color: '#A2F29E'

red 162 ◦ green 242 ◦ blue 158

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

Shades of Pale Green #A2F29E

Tints of Pale Green #A2F29E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.06%

 BLUE value IS 158 (62.11% from 255) = 28.11%

R = 28.83%
G = 43.06%
B = 28.11%

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

#A2F29E (or 0xA2F29E) is known color: Pale Green. HEX triplet: A2, F2 and 9E. RGB value is (162,242,158). Sum of RGB (Red+Green+Blue) = 162+242+158=562 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.83% from 562); Green value is 242 (94.92% from 255 or 43.06% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F29E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F29E is #5D0D61. Grayscale: #D0D0D0. Windows color (decimal): -6098274 or 10416802. OLE color: 10416802.

HSL color Cylindrical-coordinate representation of color #A2F29E: hue angle of 117.14º degrees, saturation: 0.76, 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 #A2F29E is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 162 242 158 -
CMYK 0.33 0 0.35 0.05
HSL 117.14º 0.76% 0.78% -
HSV(B) 117.14º 0.35% 0.95% -
XYZ 52.82 73.65 43.78 -
YUV 208.5 99.5 94.83 -
System Red Green Blue C M Y K H S L
Decimal 162 242 158 0.33 0 0.35 0.05 117.14 0.76 0.78
Hex A2 F2 9E 21 0 23 5 75 4C 4E
Octal 242 362 236 41 0 43 5 165 114 116
Binary 10100010 11110010 10011110 100001 0 100011 101 1110101 1001100 1001110

Color Harmonies of #A2F29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F29E

Black with #A2F29E

Text Example


Text Example

White with #A2F29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F29E; }

 p { color: rgb(162,242,158); }

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

background-color css

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

 a { background-color: rgb(162,242,158); }

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

border-color css

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

 span { border-color: rgb(162,242,158); }

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