Html Css Color HEX #AFF295 Madang

📋 copy color: '#AFF295'

red 175 ◦ green 242 ◦ blue 149

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

Shades of Madang #AFF295

Tints of Madang #AFF295

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.76%

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

R = 30.92%
G = 42.76%
B = 26.33%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#AFF295 (or 0xAFF295) is known color: Madang. HEX triplet: AF, F2 and 95. RGB value is (175,242,149). Sum of RGB (Red+Green+Blue) = 175+242+149=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 242 (94.92% from 255 or 42.76% from 566); Blue value is 149 (58.59% from 255 or 26.33% from 566); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF295 is #500D6A. Grayscale: #D3D3D3. Windows color (decimal): -5246315 or 9826991. OLE color: 9826991.

HSL color Cylindrical-coordinate representation of color #AFF295: hue angle of 103.23º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFF295 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 149 -
CMYK 0.28 0 0.38 0.05
HSL 103.23º 0.78% 0.77% -
HSV(B) 103.23º 0.38% 0.95% -
XYZ 54.86 74.79 39.98 -
YUV 211.37 92.8 102.06 -
System Red Green Blue C M Y K H S L
Decimal 175 242 149 0.28 0 0.38 0.05 103.23 0.78 0.77
Hex AF F2 95 1C 0 26 5 67 4E 4D
Octal 257 362 225 34 0 46 5 147 116 115
Binary 10101111 11110010 10010101 11100 0 100110 101 1100111 1001110 1001101

Color Harmonies of #AFF295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF295

Black with #AFF295

Text Example


Text Example

White with #AFF295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF295; }

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

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

background-color css

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

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

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

border-color css

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

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

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