Html Css Color HEX #A5F2A2 Pale Green

📋 copy color: '#A5F2A2'

red 165 ◦ green 242 ◦ blue 162

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

Shades of Pale Green #A5F2A2

Tints of Pale Green #A5F2A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 28.47%

R = 29%
G = 42.53%
B = 28.47%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.33

 K value IS 0.05

RGB Variations

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

Color information

#A5F2A2 (or 0xA5F2A2) is known color: Pale Green. HEX triplet: A5, F2 and A2. RGB value is (165,242,162). Sum of RGB (Red+Green+Blue) = 165+242+162=569 (75% of max value = 765). Red value is 165 (64.84% from 255 or 29.00% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 162 (63.67% from 255 or 28.47% from 569); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F2A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5F2A2 is #5A0D5D. Grayscale: #D2D2D2. Windows color (decimal): -5901662 or 10678949. OLE color: 10678949.

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

Color convert

RGB 165 242 162 -
CMYK 0.32 0 0.33 0.05
HSL 117.75º 0.75% 0.79% -
HSV(B) 117.75º 0.33% 0.95% -
XYZ 53.79 74.11 45.65 -
YUV 209.86 100.99 96 -
System Red Green Blue C M Y K H S L
Decimal 165 242 162 0.32 0 0.33 0.05 117.75 0.75 0.79
Hex A5 F2 A2 20 0 21 5 76 4B 4F
Octal 245 362 242 40 0 41 5 166 113 117
Binary 10100101 11110010 10100010 100000 0 100001 101 1110110 1001011 1001111

Color Harmonies of #A5F2A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F2A2

Black with #A5F2A2

Text Example


Text Example

White with #A5F2A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F2A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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