Html Css Color HEX #AFEBA4 Madang

📋 copy color: '#AFEBA4'

red 175 ◦ green 235 ◦ blue 164

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

Shades of Madang #AFEBA4

Tints of Madang #AFEBA4

RGB

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

 GREEN value IS 235 (92.19% from 255) = 40.94%

 BLUE value IS 164 (64.45% from 255) = 28.57%

R = 30.49%
G = 40.94%
B = 28.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.30

 K value IS 0.08

RGB Variations

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

Color information

#AFEBA4 (or 0xAFEBA4) is known color: Madang. HEX triplet: AF, EB and A4. RGB value is (175,235,164). Sum of RGB (Red+Green+Blue) = 175+235+164=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 164 (64.45% from 255 or 28.57% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEBA4 is #50145B. Grayscale: #D1D1D1. Windows color (decimal): -5248092 or 10808239. OLE color: 10808239.

HSL color Cylindrical-coordinate representation of color #AFEBA4: hue angle of 110.7º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFEBA4 is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 235 164 -
CMYK 0.26 0 0.30 0.08
HSL 110.7º 0.64% 0.78% -
HSV(B) 110.7º 0.3% 0.92% -
XYZ 54.09 71.21 46.02 -
YUV 208.97 102.62 103.77 -
System Red Green Blue C M Y K H S L
Decimal 175 235 164 0.26 0 0.30 0.08 110.7 0.64 0.78
Hex AF EB A4 1A 0 1E 8 6F 40 4E
Octal 257 353 244 32 0 36 10 157 100 116
Binary 10101111 11101011 10100100 11010 0 11110 1000 1101111 1000000 1001110

Color Harmonies of #AFEBA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEBA4

Black with #AFEBA4

Text Example


Text Example

White with #AFEBA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEBA4; }

 p { color: rgb(175,235,164); }

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

background-color css

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

 a { background-color: rgb(175,235,164); }

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

border-color css

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

 span { border-color: rgb(175,235,164); }

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