Html Css Color HEX #AFE099 Madang

📋 copy color: '#AFE099'

red 175 ◦ green 224 ◦ blue 153

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

Shades of Madang #AFE099

Tints of Madang #AFE099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 27.72%

R = 31.7%
G = 40.58%
B = 27.72%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#AFE099 (or 0xAFE099) is known color: Madang. HEX triplet: AF, E0 and 99. RGB value is (175,224,153). Sum of RGB (Red+Green+Blue) = 175+224+153=552 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.70% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE099 is #501F66. Grayscale: #C9C9C9. Windows color (decimal): -5250919 or 10084527. OLE color: 10084527.

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

Color convert

RGB 175 224 153 -
CMYK 0.22 0 0.32 0.12
HSL 101.41º 0.53% 0.74% -
HSV(B) 101.41º 0.32% 0.88% -
XYZ 50.08 64.73 39.99 -
YUV 201.26 100.77 109.27 -
System Red Green Blue C M Y K H S L
Decimal 175 224 153 0.22 0 0.32 0.12 101.41 0.53 0.74
Hex AF E0 99 16 0 20 C 65 35 4A
Octal 257 340 231 26 0 40 14 145 65 112
Binary 10101111 11100000 10011001 10110 0 100000 1100 1100101 110101 1001010

Color Harmonies of #AFE099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE099

Black with #AFE099

Text Example


Text Example

White with #AFE099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE099; }

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

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

background-color css

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

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

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

border-color css

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

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

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