Html Css Color HEX #AFF095 Madang

📋 copy color: '#AFF095'

red 175 ◦ green 240 ◦ blue 149

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

Shades of Madang #AFF095

Tints of Madang #AFF095

RGB

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

 GREEN value IS 240 (94.14% from 255) = 42.55%

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

R = 31.03%
G = 42.55%
B = 26.42%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#AFF095 (or 0xAFF095) is known color: Madang. HEX triplet: AF, F0 and 95. RGB value is (175,240,149). Sum of RGB (Red+Green+Blue) = 175+240+149=564 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.03% from 564); Green value is 240 (94.14% from 255 or 42.55% from 564); Blue value is 149 (58.59% from 255 or 26.42% from 564); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF095 is #500F6A. Grayscale: #D2D2D2. Windows color (decimal): -5246827 or 9826479. OLE color: 9826479.

HSL color Cylindrical-coordinate representation of color #AFF095: hue angle of 102.86º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFF095 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 149 -
CMYK 0.27 0 0.38 0.06
HSL 102.86º 0.75% 0.76% -
HSV(B) 102.86º 0.38% 0.94% -
XYZ 54.26 73.6 39.78 -
YUV 210.19 93.47 102.9 -
System Red Green Blue C M Y K H S L
Decimal 175 240 149 0.27 0 0.38 0.06 102.86 0.75 0.76
Hex AF F0 95 1B 0 26 6 67 4B 4C
Octal 257 360 225 33 0 46 6 147 113 114
Binary 10101111 11110000 10010101 11011 0 100110 110 1100111 1001011 1001100

Color Harmonies of #AFF095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF095

Black with #AFF095

Text Example


Text Example

White with #AFF095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF095; }

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

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

background-color css

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

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

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

border-color css

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

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

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