Html Css Color HEX #A1F2A5 Pale Green

📋 copy color: '#A1F2A5'

red 161 ◦ green 242 ◦ blue 165

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

Shades of Pale Green #A1F2A5

Tints of Pale Green #A1F2A5

RGB

 RED value IS 161 (63.28% from 255) = 28.35%

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

 BLUE value IS 165 (64.84% from 255) = 29.05%

R = 28.35%
G = 42.61%
B = 29.05%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.32

 K value IS 0.05

RGB Variations

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

Color information

#A1F2A5 (or 0xA1F2A5) is known color: Pale Green. HEX triplet: A1, F2 and A5. RGB value is (161,242,165). Sum of RGB (Red+Green+Blue) = 161+242+165=568 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.35% from 568); Green value is 242 (94.92% from 255 or 42.61% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F2A5 is #5E0D5A. Grayscale: #D1D1D1. Windows color (decimal): -6163803 or 10875553. OLE color: 10875553.

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

Color convert

RGB 161 242 165 -
CMYK 0.33 0 0.32 0.05
HSL 122.96º 0.76% 0.79% -
HSV(B) 122.96º 0.33% 0.95% -
XYZ 53.24 73.8 47.04 -
YUV 209 103.16 93.76 -
System Red Green Blue C M Y K H S L
Decimal 161 242 165 0.33 0 0.32 0.05 122.96 0.76 0.79
Hex A1 F2 A5 21 0 20 5 7B 4C 4F
Octal 241 362 245 41 0 40 5 173 114 117
Binary 10100001 11110010 10100101 100001 0 100000 101 1111011 1001100 1001111

Color Harmonies of #A1F2A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1F2A5

Black with #A1F2A5

Text Example


Text Example

White with #A1F2A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1F2A5; }

 p { color: rgb(161,242,165); }

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

background-color css

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

 a { background-color: rgb(161,242,165); }

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

border-color css

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

 span { border-color: rgb(161,242,165); }

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