#AFF4A5

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

Shades of Madang #AFF4A5

Tints of Madang #AFF4A5

Color information

#AFF4A5 (or 0xAFF4A5) is unknown color: approx Madang. HEX triplet: AF, F4 and A5. RGB value is (175,244,165). Sum of RGB (Red+Green+Blue) = 175+244+165=584 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.97% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 165 (64.84% from 255 or 28.25% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4A5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF4A5 is #500B5A. Grayscale: #D6D6D6. Windows color (decimal): -5245787 or 10876079. OLE color: 10876079.

HSL color Cylindrical-coordinate representation of color #AFF4A5: hue angle of 112.41º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFF4A5 is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.04.

Color convert

RGB175244165-
CMYK0.2800.320.04
HSL112.41º78.22%80.2%-
HSV(B)112.41º32.38%95.69%-
XYZ56.8276.5347.37-
YUV214.36100.1499.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.97%
GREEN value IS 244 (95.70% from 255) = 41.78%
BLUE value IS 165 (64.84% from 255) = 28.25%
R=29.97%
G=41.78%
B=28.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752441650.2800.320.04112.4178.2280.2
HexAFF4A51C0204704e50
Octal257364245340404160116120
Binary101011111111010010100101111000100000100111000010011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4A5; }

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

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

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

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

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

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

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

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