Html Css Color HEX #AFFBA6 Madang

📋 copy color: '#AFFBA6'

red 175 ◦ green 251 ◦ blue 166

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

Shades of Madang #AFFBA6

Tints of Madang #AFFBA6

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.4%

 BLUE value IS 166 (65.23% from 255) = 28.04%

R = 29.56%
G = 42.4%
B = 28.04%

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

#AFFBA6 (or 0xAFFBA6) is known color: Madang. HEX triplet: AF, FB and A6. RGB value is (175,251,166). Sum of RGB (Red+Green+Blue) = 175+251+166=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 166 (65.23% from 255 or 28.04% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBA6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFBA6 is #500459. Grayscale: #DADADA. Windows color (decimal): -5243994 or 10943407. OLE color: 10943407.

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

Color convert

RGB 175 251 166 -
CMYK 0.30 0 0.34 0.02
HSL 113.65º 0.91% 0.82% -
HSV(B) 113.65º 0.34% 0.98% -
XYZ 59.06 80.86 48.57 -
YUV 218.59 98.32 96.91 -
System Red Green Blue C M Y K H S L
Decimal 175 251 166 0.30 0 0.34 0.02 113.65 0.91 0.82
Hex AF FB A6 1E 0 22 2 72 5B 52
Octal 257 373 246 36 0 42 2 162 133 122
Binary 10101111 11111011 10100110 11110 0 100010 10 1110010 1011011 1010010

Color Harmonies of #AFFBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFBA6

Black with #AFFBA6

Text Example


Text Example

White with #AFFBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFBA6; }

 p { color: rgb(175,251,166); }

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

background-color css

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

 a { background-color: rgb(175,251,166); }

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

border-color css

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

 span { border-color: rgb(175,251,166); }

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