Html Css Color HEX #AFF096 Madang

📋 copy color: '#AFF096'

red 175 ◦ green 240 ◦ blue 150

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

Shades of Madang #AFF096

Tints of Madang #AFF096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 26.55%

R = 30.97%
G = 42.48%
B = 26.55%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#AFF096 (or 0xAFF096) is known color: Madang. HEX triplet: AF, F0 and 96. RGB value is (175,240,150). Sum of RGB (Red+Green+Blue) = 175+240+150=565 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.97% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF096 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF096 is #500F69. Grayscale: #D2D2D2. Windows color (decimal): -5246826 or 9892015. OLE color: 9892015.

HSL color Cylindrical-coordinate representation of color #AFF096: hue angle of 103.33º 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 #AFF096 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 150 -
CMYK 0.27 0 0.37 0.06
HSL 103.33º 0.75% 0.76% -
HSV(B) 103.33º 0.38% 0.94% -
XYZ 54.34 73.64 40.2 -
YUV 210.31 93.97 102.82 -
System Red Green Blue C M Y K H S L
Decimal 175 240 150 0.27 0 0.37 0.06 103.33 0.75 0.76
Hex AF F0 96 1B 0 25 6 67 4B 4C
Octal 257 360 226 33 0 45 6 147 113 114
Binary 10101111 11110000 10010110 11011 0 100101 110 1100111 1001011 1001100

Color Harmonies of #AFF096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF096

Black with #AFF096

Text Example


Text Example

White with #AFF096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF096; }

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

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

background-color css

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

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

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

border-color css

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

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

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