Html Css Color HEX #AFF296 Madang

📋 copy color: '#AFF296'

red 175 ◦ green 242 ◦ blue 150

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

Shades of Madang #AFF296

Tints of Madang #AFF296

RGB

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

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

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

R = 30.86%
G = 42.68%
B = 26.46%

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

#AFF296 (or 0xAFF296) is known color: Madang. HEX triplet: AF, F2 and 96. RGB value is (175,242,150). Sum of RGB (Red+Green+Blue) = 175+242+150=567 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.86% from 567); Green value is 242 (94.92% from 255 or 42.68% from 567); Blue value is 150 (58.98% from 255 or 26.46% from 567); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF296 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF296 is #500D69. Grayscale: #D3D3D3. Windows color (decimal): -5246314 or 9892527. OLE color: 9892527.

HSL color Cylindrical-coordinate representation of color #AFF296: hue angle of 103.7º 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 #AFF296 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 150 -
CMYK 0.28 0 0.38 0.05
HSL 103.7º 0.78% 0.77% -
HSV(B) 103.7º 0.38% 0.95% -
XYZ 54.94 74.82 40.4 -
YUV 211.48 93.3 101.98 -
System Red Green Blue C M Y K H S L
Decimal 175 242 150 0.28 0 0.38 0.05 103.7 0.78 0.77
Hex AF F2 96 1C 0 26 5 68 4E 4D
Octal 257 362 226 34 0 46 5 150 116 115
Binary 10101111 11110010 10010110 11100 0 100110 101 1101000 1001110 1001101

Color Harmonies of #AFF296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF296

Black with #AFF296

Text Example


Text Example

White with #AFF296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF296; }

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

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

background-color css

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

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

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

border-color css

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

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

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