Html Css Color HEX #A5F9A1 Pale Green

📋 copy color: '#A5F9A1'

red 165 ◦ green 249 ◦ blue 161

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

Shades of Pale Green #A5F9A1

Tints of Pale Green #A5F9A1

RGB

 RED value IS 165 (64.84% from 255) = 28.7%

 GREEN value IS 249 (97.66% from 255) = 43.3%

 BLUE value IS 161 (63.28% from 255) = 28%

R = 28.7%
G = 43.3%
B = 28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.35

 K value IS 0.02

RGB Variations

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

Color information

#A5F9A1 (or 0xA5F9A1) is known color: Pale Green. HEX triplet: A5, F9 and A1. RGB value is (165,249,161). Sum of RGB (Red+Green+Blue) = 165+249+161=575 (76% of max value = 765). Red value is 165 (64.84% from 255 or 28.70% from 575); Green value is 249 (97.66% from 255 or 43.30% from 575); Blue value is 161 (63.28% from 255 or 28% from 575); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9A1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F9A1 is #5A065E. Grayscale: #D6D6D6. Windows color (decimal): -5899871 or 10615205. OLE color: 10615205.

HSL color Cylindrical-coordinate representation of color #A5F9A1: hue angle of 117.27º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5F9A1 is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB 165 249 161 -
CMYK 0.34 0 0.35 0.02
HSL 117.27º 0.88% 0.8% -
HSV(B) 117.27º 0.35% 0.98% -
XYZ 55.83 78.32 45.89 -
YUV 213.85 98.17 93.16 -
System Red Green Blue C M Y K H S L
Decimal 165 249 161 0.34 0 0.35 0.02 117.27 0.88 0.8
Hex A5 F9 A1 22 0 23 2 75 58 50
Octal 245 371 241 42 0 43 2 165 130 120
Binary 10100101 11111001 10100001 100010 0 100011 10 1110101 1011000 1010000

Color Harmonies of #A5F9A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F9A1

Black with #A5F9A1

Text Example


Text Example

White with #A5F9A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F9A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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