Html Css Color HEX #A2F29C Pale Green

📋 copy color: '#A2F29C'

red 162 ◦ green 242 ◦ blue 156

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

Shades of Pale Green #A2F29C

Tints of Pale Green #A2F29C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 27.86%

R = 28.93%
G = 43.21%
B = 27.86%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.36

 K value IS 0.05

RGB Variations

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

Color information

#A2F29C (or 0xA2F29C) is known color: Pale Green. HEX triplet: A2, F2 and 9C. RGB value is (162,242,156). Sum of RGB (Red+Green+Blue) = 162+242+156=560 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.93% from 560); Green value is 242 (94.92% from 255 or 43.21% from 560); Blue value is 156 (61.33% from 255 or 27.86% from 560); Max value from RGB is 242 - color contains mainly: green. Hex color #A2F29C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2F29C is #5D0D63. Grayscale: #D0D0D0. Windows color (decimal): -6098276 or 10285730. OLE color: 10285730.

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

Color convert

RGB 162 242 156 -
CMYK 0.33 0 0.36 0.05
HSL 115.81º 0.77% 0.78% -
HSV(B) 115.81º 0.36% 0.95% -
XYZ 52.65 73.59 42.88 -
YUV 208.28 98.5 94.99 -
System Red Green Blue C M Y K H S L
Decimal 162 242 156 0.33 0 0.36 0.05 115.81 0.77 0.78
Hex A2 F2 9C 21 0 24 5 74 4D 4E
Octal 242 362 234 41 0 44 5 164 115 116
Binary 10100010 11110010 10011100 100001 0 100100 101 1110100 1001101 1001110

Color Harmonies of #A2F29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2F29C

Black with #A2F29C

Text Example


Text Example

White with #A2F29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2F29C; }

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

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

background-color css

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

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

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

border-color css

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

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

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