Html Css Color HEX #AFF9A5 Madang

📋 copy color: '#AFF9A5'

red 175 ◦ green 249 ◦ blue 165

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

Shades of Madang #AFF9A5

Tints of Madang #AFF9A5

RGB

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

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

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

R = 29.71%
G = 42.28%
B = 28.01%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#AFF9A5 (or 0xAFF9A5) is known color: Madang. HEX triplet: AF, F9 and A5. RGB value is (175,249,165). Sum of RGB (Red+Green+Blue) = 175+249+165=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 249 (97.66% from 255 or 42.28% from 589); Blue value is 165 (64.84% from 255 or 28.01% from 589); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF9A5 is #50065A. Grayscale: #D9D9D9. Windows color (decimal): -5244507 or 10877359. OLE color: 10877359.

HSL color Cylindrical-coordinate representation of color #AFF9A5: hue angle of 112.86º degrees, saturation: 0.88, 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 #AFF9A5 is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.02.

Color convert

RGB 175 249 165 -
CMYK 0.30 0 0.34 0.02
HSL 112.86º 0.88% 0.81% -
HSV(B) 112.86º 0.34% 0.98% -
XYZ 58.35 79.58 47.88 -
YUV 217.3 98.48 97.83 -
System Red Green Blue C M Y K H S L
Decimal 175 249 165 0.30 0 0.34 0.02 112.86 0.88 0.81
Hex AF F9 A5 1E 0 22 2 71 58 51
Octal 257 371 245 36 0 42 2 161 130 121
Binary 10101111 11111001 10100101 11110 0 100010 10 1110001 1011000 1010001

Color Harmonies of #AFF9A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF9A5

Black with #AFF9A5

Text Example


Text Example

White with #AFF9A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF9A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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