Html Css Color HEX #ADF196 Madang

📋 copy color: '#ADF196'

red 173 ◦ green 241 ◦ blue 150

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

Shades of Madang #ADF196

Tints of Madang #ADF196

RGB

 RED value IS 173 (67.97% from 255) = 30.67%

 GREEN value IS 241 (94.53% from 255) = 42.73%

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

R = 30.67%
G = 42.73%
B = 26.6%

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

#ADF196 (or 0xADF196) is known color: Madang. HEX triplet: AD, F1 and 96. RGB value is (173,241,150). Sum of RGB (Red+Green+Blue) = 173+241+150=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF196 is #520E69. Grayscale: #D2D2D2. Windows color (decimal): -5377642 or 9892269. OLE color: 9892269.

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

Color convert

RGB 173 241 150 -
CMYK 0.28 0 0.38 0.05
HSL 104.84º 0.76% 0.77% -
HSV(B) 104.84º 0.38% 0.95% -
XYZ 54.19 74 40.28 -
YUV 210.29 93.97 101.4 -
System Red Green Blue C M Y K H S L
Decimal 173 241 150 0.28 0 0.38 0.05 104.84 0.76 0.77
Hex AD F1 96 1C 0 26 5 69 4C 4D
Octal 255 361 226 34 0 46 5 151 114 115
Binary 10101101 11110001 10010110 11100 0 100110 101 1101001 1001100 1001101

Color Harmonies of #ADF196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF196

Black with #ADF196

Text Example


Text Example

White with #ADF196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF196; }

 p { color: rgb(173,241,150); }

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

background-color css

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

 a { background-color: rgb(173,241,150); }

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

border-color css

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

 span { border-color: rgb(173,241,150); }

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