Html Css Color HEX #AFFAA1 Madang

📋 copy color: '#AFFAA1'

red 175 ◦ green 250 ◦ blue 161

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

Shades of Madang #AFFAA1

Tints of Madang #AFFAA1

RGB

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

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

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

R = 29.86%
G = 42.66%
B = 27.47%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.36

 K value IS 0.02

RGB Variations

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

Color information

#AFFAA1 (or 0xAFFAA1) is known color: Madang. HEX triplet: AF, FA and A1. RGB value is (175,250,161). Sum of RGB (Red+Green+Blue) = 175+250+161=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFAA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFAA1 is #50055E. Grayscale: #D9D9D9. Windows color (decimal): -5244255 or 10615471. OLE color: 10615471.

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

Color convert

RGB 175 250 161 -
CMYK 0.3 0 0.36 0.02
HSL 110.56º 0.9% 0.81% -
HSV(B) 110.56º 0.36% 0.98% -
XYZ 58.3 80.06 46.1 -
YUV 217.43 96.15 97.74 -
System Red Green Blue C M Y K H S L
Decimal 175 250 161 0.3 0 0.36 0.02 110.56 0.9 0.81
Hex AF FA A1 1E 0 24 2 6F 5A 51
Octal 257 372 241 36 0 44 2 157 132 121
Binary 10101111 11111010 10100001 11110 0 100100 10 1101111 1011010 1010001

Color Harmonies of #AFFAA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFAA1

Black with #AFFAA1

Text Example


Text Example

White with #AFFAA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFAA1; }

 p { color: rgb(175,250,161); }

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

background-color css

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

 a { background-color: rgb(175,250,161); }

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

border-color css

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

 span { border-color: rgb(175,250,161); }

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