Html Css Color HEX #AFF895 Madang

📋 copy color: '#AFF895'

red 175 ◦ green 248 ◦ blue 149

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

Shades of Madang #AFF895

Tints of Madang #AFF895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.05%

R = 30.59%
G = 43.36%
B = 26.05%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.03

RGB Variations

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

Color information

#AFF895 (or 0xAFF895) is known color: Madang. HEX triplet: AF, F8 and 95. RGB value is (175,248,149). Sum of RGB (Red+Green+Blue) = 175+248+149=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 248 (97.27% from 255 or 43.36% from 572); Blue value is 149 (58.59% from 255 or 26.05% from 572); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF895 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF895 is #50076A. Grayscale: #D7D7D7. Windows color (decimal): -5244779 or 9828527. OLE color: 9828527.

HSL color Cylindrical-coordinate representation of color #AFF895: hue angle of 104.24º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AFF895 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB 175 248 149 -
CMYK 0.29 0 0.40 0.03
HSL 104.24º 0.88% 0.78% -
HSV(B) 104.24º 0.4% 0.97% -
XYZ 56.67 78.42 40.58 -
YUV 214.89 90.82 99.55 -
System Red Green Blue C M Y K H S L
Decimal 175 248 149 0.29 0 0.40 0.03 104.24 0.88 0.78
Hex AF F8 95 1D 0 28 3 68 58 4E
Octal 257 370 225 35 0 50 3 150 130 116
Binary 10101111 11111000 10010101 11101 0 101000 11 1101000 1011000 1001110

Color Harmonies of #AFF895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF895

Black with #AFF895

Text Example


Text Example

White with #AFF895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF895; }

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

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

background-color css

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

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

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

border-color css

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

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

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