#AFF194

Color #AFF194 Madang (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Madang #AFF194

Tints of Madang #AFF194

Color information

#AFF194 (or 0xAFF194) is unknown color: approx Madang. HEX triplet: AF, F1 and 94. RGB value is (175,241,148). Sum of RGB (Red+Green+Blue) = 175+241+148=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 148 (58.20% from 255 or 26.24% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #AFF194 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF194 is #500E6B. Grayscale: #D2D2D2. Windows color (decimal): -5246572 or 9761199. OLE color: 9761199.

HSL color Cylindrical-coordinate representation of color #AFF194: hue angle of 102.58º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFF194 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB175241148-
CMYK0.2700.390.05
HSL102.58º76.86%76.27%-
HSV(B)102.58º38.59%94.51%-
XYZ54.4874.1639.46-
YUV210.6692.63102.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.03%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 148 (58.20% from 255) = 26.24%
R=31.03%
G=42.73%
B=26.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752411480.2700.390.05102.5876.8676.27
HexAFF1941B0275674d4c
Octal257361224330475147115114
Binary101011111111000110010100110110100111101110011110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF194; }

 p { color: rgb(175,241,148); }

 H1.HeaderClassName
 {
   color: #AFF194;
 }
 .AnyTagClassName
 {
   color: #AFF194;
 }
</style>
background-color css

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

 a { background-color: rgb(175,241,148); }

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

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

 span { border-color: rgb(175,241,148); }

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