Html Css Color HEX #AFEDA3 Madang

📋 copy color: '#AFEDA3'

red 175 ◦ green 237 ◦ blue 163

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

Shades of Madang #AFEDA3

Tints of Madang #AFEDA3

RGB

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

 GREEN value IS 237 (92.97% from 255) = 41.22%

 BLUE value IS 163 (64.06% from 255) = 28.35%

R = 30.43%
G = 41.22%
B = 28.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.31

 K value IS 0.07

RGB Variations

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

Color information

#AFEDA3 (or 0xAFEDA3) is known color: Madang. HEX triplet: AF, ED and A3. RGB value is (175,237,163). Sum of RGB (Red+Green+Blue) = 175+237+163=575 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.43% from 575); Green value is 237 (92.97% from 255 or 41.22% from 575); Blue value is 163 (64.06% from 255 or 28.35% from 575); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDA3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDA3 is #50125C. Grayscale: #D2D2D2. Windows color (decimal): -5247581 or 10743215. OLE color: 10743215.

HSL color Cylindrical-coordinate representation of color #AFEDA3: hue angle of 110.27º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFEDA3 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 163 -
CMYK 0.26 0 0.31 0.07
HSL 110.27º 0.67% 0.78% -
HSV(B) 110.27º 0.31% 0.93% -
XYZ 54.57 72.33 45.73 -
YUV 210.03 101.46 103.02 -
System Red Green Blue C M Y K H S L
Decimal 175 237 163 0.26 0 0.31 0.07 110.27 0.67 0.78
Hex AF ED A3 1A 0 1F 7 6E 43 4E
Octal 257 355 243 32 0 37 7 156 103 116
Binary 10101111 11101101 10100011 11010 0 11111 111 1101110 1000011 1001110

Color Harmonies of #AFEDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDA3

Black with #AFEDA3

Text Example


Text Example

White with #AFEDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDA3; }

 p { color: rgb(175,237,163); }

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

background-color css

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

 a { background-color: rgb(175,237,163); }

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

border-color css

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

 span { border-color: rgb(175,237,163); }

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