Html Css Color HEX #AFE09B Madang

📋 copy color: '#AFE09B'

red 175 ◦ green 224 ◦ blue 155

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

Shades of Madang #AFE09B

Tints of Madang #AFE09B

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.43%

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

R = 31.59%
G = 40.43%
B = 27.98%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.12

RGB Variations

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

Color information

#AFE09B (or 0xAFE09B) is known color: Madang. HEX triplet: AF, E0 and 9B. RGB value is (175,224,155). Sum of RGB (Red+Green+Blue) = 175+224+155=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 224 (87.89% from 255 or 40.43% from 554); Blue value is 155 (60.94% from 255 or 27.98% from 554); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE09B is #501F64. Grayscale: #C9C9C9. Windows color (decimal): -5250917 or 10215599. OLE color: 10215599.

HSL color Cylindrical-coordinate representation of color #AFE09B: hue angle of 102.61º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFE09B is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 155 -
CMYK 0.22 0 0.31 0.12
HSL 102.61º 0.53% 0.74% -
HSV(B) 102.61º 0.31% 0.88% -
XYZ 50.25 64.79 40.87 -
YUV 201.48 101.77 109.11 -
System Red Green Blue C M Y K H S L
Decimal 175 224 155 0.22 0 0.31 0.12 102.61 0.53 0.74
Hex AF E0 9B 16 0 1F C 67 35 4A
Octal 257 340 233 26 0 37 14 147 65 112
Binary 10101111 11100000 10011011 10110 0 11111 1100 1100111 110101 1001010

Color Harmonies of #AFE09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE09B

Black with #AFE09B

Text Example


Text Example

White with #AFE09B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE09B; }

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

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

background-color css

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

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

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

border-color css

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

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

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