Html Css Color HEX #AFE795 Madang

📋 copy color: '#AFE795'

red 175 ◦ green 231 ◦ blue 149

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

Shades of Madang #AFE795

Tints of Madang #AFE795

RGB

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

 GREEN value IS 231 (90.63% from 255) = 41.62%

 BLUE value IS 149 (58.59% from 255) = 26.85%

R = 31.53%
G = 41.62%
B = 26.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.09

RGB Variations

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

Color information

#AFE795 (or 0xAFE795) is known color: Madang. HEX triplet: AF, E7 and 95. RGB value is (175,231,149). Sum of RGB (Red+Green+Blue) = 175+231+149=555 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.53% from 555); Green value is 231 (90.62% from 255 or 41.62% from 555); Blue value is 149 (58.59% from 255 or 26.85% from 555); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE795 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE795 is #50186A. Grayscale: #CDCDCD. Windows color (decimal): -5249131 or 9824175. OLE color: 9824175.

HSL color Cylindrical-coordinate representation of color #AFE795: hue angle of 100.98º degrees, saturation: 0.63, 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 #AFE795 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 149 -
CMYK 0.24 0 0.35 0.09
HSL 100.98º 0.63% 0.75% -
HSV(B) 100.98º 0.35% 0.91% -
XYZ 51.68 68.44 38.92 -
YUV 204.91 96.45 106.67 -
System Red Green Blue C M Y K H S L
Decimal 175 231 149 0.24 0 0.35 0.09 100.98 0.63 0.75
Hex AF E7 95 18 0 23 9 65 3F 4B
Octal 257 347 225 30 0 43 11 145 77 113
Binary 10101111 11100111 10010101 11000 0 100011 1001 1100101 111111 1001011

Color Harmonies of #AFE795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE795

Black with #AFE795

Text Example


Text Example

White with #AFE795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE795; }

 p { color: rgb(175,231,149); }

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

background-color css

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

 a { background-color: rgb(175,231,149); }

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

border-color css

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

 span { border-color: rgb(175,231,149); }

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