Html Css Color HEX #A5FAAC Pale Green

📋 copy color: '#A5FAAC'

red 165 ◦ green 250 ◦ blue 172

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

Shades of Pale Green #A5FAAC

Tints of Pale Green #A5FAAC

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.59%

 BLUE value IS 172 (67.58% from 255) = 29.3%

R = 28.11%
G = 42.59%
B = 29.3%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#A5FAAC (or 0xA5FAAC) is known color: Pale Green. HEX triplet: A5, FA and AC. RGB value is (165,250,172). Sum of RGB (Red+Green+Blue) = 165+250+172=587 (77% of max value = 765). Red value is 165 (64.84% from 255 or 28.11% from 587); Green value is 250 (98.05% from 255 or 42.59% from 587); Blue value is 172 (67.58% from 255 or 29.30% from 587); Max value from RGB is 250 - color contains mainly: green. Hex color #A5FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5FAAC is #5A0553. Grayscale: #D7D7D7. Windows color (decimal): -5899604 or 11336357. OLE color: 11336357.

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

Color convert

RGB 165 250 172 -
CMYK 0.34 0 0.31 0.02
HSL 124.94º 0.89% 0.81% -
HSV(B) 124.94º 0.34% 0.98% -
XYZ 57.15 79.35 51.33 -
YUV 215.69 103.34 91.84 -
System Red Green Blue C M Y K H S L
Decimal 165 250 172 0.34 0 0.31 0.02 124.94 0.89 0.81
Hex A5 FA AC 22 0 1F 2 7D 59 51
Octal 245 372 254 42 0 37 2 175 131 121
Binary 10100101 11111010 10101100 100010 0 11111 10 1111101 1011001 1010001

Color Harmonies of #A5FAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5FAAC

Black with #A5FAAC

Text Example


Text Example

White with #A5FAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5FAAC; }

 p { color: rgb(165,250,172); }

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

background-color css

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

 a { background-color: rgb(165,250,172); }

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

border-color css

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

 span { border-color: rgb(165,250,172); }

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