Html Css Color HEX #AFE998 Madang

📋 copy color: '#AFE998'

red 175 ◦ green 233 ◦ blue 152

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

Shades of Madang #AFE998

Tints of Madang #AFE998

RGB

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

 GREEN value IS 233 (91.41% from 255) = 41.61%

 BLUE value IS 152 (59.77% from 255) = 27.14%

R = 31.25%
G = 41.61%
B = 27.14%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#AFE998 (or 0xAFE998) is known color: Madang. HEX triplet: AF, E9 and 98. RGB value is (175,233,152). Sum of RGB (Red+Green+Blue) = 175+233+152=560 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.25% from 560); Green value is 233 (91.41% from 255 or 41.61% from 560); Blue value is 152 (59.77% from 255 or 27.14% from 560); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE998 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE998 is #501667. Grayscale: #CECECE. Windows color (decimal): -5248616 or 10021295. OLE color: 10021295.

HSL color Cylindrical-coordinate representation of color #AFE998: hue angle of 102.96º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE998 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 233 152 -
CMYK 0.25 0 0.35 0.09
HSL 102.96º 0.65% 0.75% -
HSV(B) 102.96º 0.35% 0.91% -
XYZ 52.49 69.66 40.38 -
YUV 206.42 97.28 105.59 -
System Red Green Blue C M Y K H S L
Decimal 175 233 152 0.25 0 0.35 0.09 102.96 0.65 0.75
Hex AF E9 98 19 0 23 9 67 41 4B
Octal 257 351 230 31 0 43 11 147 101 113
Binary 10101111 11101001 10011000 11001 0 100011 1001 1100111 1000001 1001011

Color Harmonies of #AFE998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE998

Black with #AFE998

Text Example


Text Example

White with #AFE998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE998; }

 p { color: rgb(175,233,152); }

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

background-color css

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

 a { background-color: rgb(175,233,152); }

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

border-color css

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

 span { border-color: rgb(175,233,152); }

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