Html Css Color HEX #AFF8A8 Madang

📋 copy color: '#AFF8A8'

red 175 ◦ green 248 ◦ blue 168

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

Shades of Madang #AFF8A8

Tints of Madang #AFF8A8

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.96%

 BLUE value IS 168 (66.02% from 255) = 28.43%

R = 29.61%
G = 41.96%
B = 28.43%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.32

 K value IS 0.03

RGB Variations

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

Color information

#AFF8A8 (or 0xAFF8A8) is known color: Madang. HEX triplet: AF, F8 and A8. RGB value is (175,248,168). Sum of RGB (Red+Green+Blue) = 175+248+168=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 168 (66.02% from 255 or 28.43% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF8A8 is #500757. Grayscale: #D9D9D9. Windows color (decimal): -5244760 or 11073711. OLE color: 11073711.

HSL color Cylindrical-coordinate representation of color #AFF8A8: hue angle of 114.75º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFF8A8 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 168 -
CMYK 0.29 0 0.32 0.03
HSL 114.75º 0.85% 0.82% -
HSV(B) 114.75º 0.32% 0.97% -
XYZ 58.31 79.08 49.24 -
YUV 217.05 100.32 98 -
System Red Green Blue C M Y K H S L
Decimal 175 248 168 0.29 0 0.32 0.03 114.75 0.85 0.82
Hex AF F8 A8 1D 0 20 3 73 55 52
Octal 257 370 250 35 0 40 3 163 125 122
Binary 10101111 11111000 10101000 11101 0 100000 11 1110011 1010101 1010010

Color Harmonies of #AFF8A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF8A8

Black with #AFF8A8

Text Example


Text Example

White with #AFF8A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF8A8; }

 p { color: rgb(175,248,168); }

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

background-color css

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

 a { background-color: rgb(175,248,168); }

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

border-color css

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

 span { border-color: rgb(175,248,168); }

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