Html Css Color HEX #AFF89B Madang

📋 copy color: '#AFF89B'

red 175 ◦ green 248 ◦ blue 155

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

Shades of Madang #AFF89B

Tints of Madang #AFF89B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 26.82%

R = 30.28%
G = 42.91%
B = 26.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#AFF89B (or 0xAFF89B) is known color: Madang. HEX triplet: AF, F8 and 9B. RGB value is (175,248,155). Sum of RGB (Red+Green+Blue) = 175+248+155=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 248 (97.27% from 255 or 42.91% from 578); Blue value is 155 (60.94% from 255 or 26.82% from 578); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF89B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF89B is #500764. Grayscale: #D7D7D7. Windows color (decimal): -5244773 or 10221743. OLE color: 10221743.

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

Color convert

RGB 175 248 155 -
CMYK 0.29 0 0.38 0.03
HSL 107.1º 0.87% 0.79% -
HSV(B) 107.1º 0.38% 0.97% -
XYZ 57.16 78.62 43.17 -
YUV 215.57 93.82 99.06 -
System Red Green Blue C M Y K H S L
Decimal 175 248 155 0.29 0 0.38 0.03 107.1 0.87 0.79
Hex AF F8 9B 1D 0 26 3 6B 57 4F
Octal 257 370 233 35 0 46 3 153 127 117
Binary 10101111 11111000 10011011 11101 0 100110 11 1101011 1010111 1001111

Color Harmonies of #AFF89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF89B

Black with #AFF89B

Text Example


Text Example

White with #AFF89B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF89B; }

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

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

background-color css

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

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

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

border-color css

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

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

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