Html Css Color HEX #AFE695 Madang

📋 copy color: '#AFE695'

red 175 ◦ green 230 ◦ blue 149

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

Shades of Madang #AFE695

Tints of Madang #AFE695

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.52%

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

R = 31.59%
G = 41.52%
B = 26.9%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.35

 K value IS 0.10

RGB Variations

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

Color information

#AFE695 (or 0xAFE695) is known color: Madang. HEX triplet: AF, E6 and 95. RGB value is (175,230,149). Sum of RGB (Red+Green+Blue) = 175+230+149=554 (73% of max value = 765). Red value is 175 (68.75% from 255 or 31.59% from 554); Green value is 230 (90.23% from 255 or 41.52% from 554); Blue value is 149 (58.59% from 255 or 26.90% from 554); Max value from RGB is 230 - color contains mainly: green. Hex color #AFE695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFE695 is #50196A. Grayscale: #CCCCCC. Windows color (decimal): -5249387 or 9823919. OLE color: 9823919.

HSL color Cylindrical-coordinate representation of color #AFE695: hue angle of 100.74º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AFE695 is Cyan = 0.24, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.

Color convert

RGB 175 230 149 -
CMYK 0.24 0 0.35 0.10
HSL 100.74º 0.62% 0.74% -
HSV(B) 100.74º 0.35% 0.9% -
XYZ 51.4 67.88 38.83 -
YUV 204.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 175 230 149 0.24 0 0.35 0.10 100.74 0.62 0.74
Hex AF E6 95 18 0 23 A 65 3E 4A
Octal 257 346 225 30 0 43 12 145 76 112
Binary 10101111 11100110 10010101 11000 0 100011 1010 1100101 111110 1001010

Color Harmonies of #AFE695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE695

Black with #AFE695

Text Example


Text Example

White with #AFE695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE695; }

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

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

background-color css

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

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

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

border-color css

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

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

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