Html Css Color HEX #AFFDA2 Pale Green

📋 copy color: '#AFFDA2'

red 175 ◦ green 253 ◦ blue 162

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

Shades of Pale Green #AFFDA2

Tints of Pale Green #AFFDA2

RGB

 RED value IS 175 (68.75% from 255) = 29.66%

 GREEN value IS 253 (99.22% from 255) = 42.88%

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

R = 29.66%
G = 42.88%
B = 27.46%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#AFFDA2 (or 0xAFFDA2) is known color: Pale Green. HEX triplet: AF, FD and A2. RGB value is (175,253,162). Sum of RGB (Red+Green+Blue) = 175+253+162=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 162 (63.67% from 255 or 27.46% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDA2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFDA2 is #50025D. Grayscale: #DBDBDB. Windows color (decimal): -5243486 or 10681775. OLE color: 10681775.

HSL color Cylindrical-coordinate representation of color #AFFDA2: hue angle of 111.43º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFFDA2 is Cyan = 0.31, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.01.

Color convert

RGB 175 253 162 -
CMYK 0.31 0 0.36 0.01
HSL 111.43º 0.96% 0.81% -
HSV(B) 111.43º 0.36% 0.99% -
XYZ 59.33 81.97 46.88 -
YUV 219.3 95.66 96.4 -
System Red Green Blue C M Y K H S L
Decimal 175 253 162 0.31 0 0.36 0.01 111.43 0.96 0.81
Hex AF FD A2 1F 0 24 1 6F 60 51
Octal 257 375 242 37 0 44 1 157 140 121
Binary 10101111 11111101 10100010 11111 0 100100 1 1101111 1100000 1010001

Color Harmonies of #AFFDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFDA2

Black with #AFFDA2

Text Example


Text Example

White with #AFFDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFDA2; }

 p { color: rgb(175,253,162); }

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

background-color css

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

 a { background-color: rgb(175,253,162); }

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

border-color css

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

 span { border-color: rgb(175,253,162); }

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