Html Css Color HEX #AFEAA5 Madang

📋 copy color: '#AFEAA5'

red 175 ◦ green 234 ◦ blue 165

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

Shades of Madang #AFEAA5

Tints of Madang #AFEAA5

RGB

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

 GREEN value IS 234 (91.8% from 255) = 40.77%

 BLUE value IS 165 (64.84% from 255) = 28.75%

R = 30.49%
G = 40.77%
B = 28.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.29

 K value IS 0.08

RGB Variations

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

Color information

#AFEAA5 (or 0xAFEAA5) is known color: Madang. HEX triplet: AF, EA and A5. RGB value is (175,234,165). Sum of RGB (Red+Green+Blue) = 175+234+165=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 234 (91.80% from 255 or 40.77% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEAA5 is #50155A. Grayscale: #D0D0D0. Windows color (decimal): -5248347 or 10873519. OLE color: 10873519.

HSL color Cylindrical-coordinate representation of color #AFEAA5: hue angle of 111.3º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFEAA5 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB 175 234 165 -
CMYK 0.25 0 0.29 0.08
HSL 111.3º 0.62% 0.78% -
HSV(B) 111.3º 0.29% 0.92% -
XYZ 53.89 70.68 46.4 -
YUV 208.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 175 234 165 0.25 0 0.29 0.08 111.3 0.62 0.78
Hex AF EA A5 19 0 1D 8 6F 3E 4E
Octal 257 352 245 31 0 35 10 157 76 116
Binary 10101111 11101010 10100101 11001 0 11101 1000 1101111 111110 1001110

Color Harmonies of #AFEAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEAA5

Black with #AFEAA5

Text Example


Text Example

White with #AFEAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEAA5; }

 p { color: rgb(175,234,165); }

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

background-color css

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

 a { background-color: rgb(175,234,165); }

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

border-color css

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

 span { border-color: rgb(175,234,165); }

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