Html Css Color HEX #ADF695 Madang

📋 copy color: '#ADF695'

red 173 ◦ green 246 ◦ blue 149

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

Shades of Madang #ADF695

Tints of Madang #ADF695

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.31%

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

R = 30.46%
G = 43.31%
B = 26.23%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.39

 K value IS 0.04

RGB Variations

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

Color information

#ADF695 (or 0xADF695) is known color: Madang. HEX triplet: AD, F6 and 95. RGB value is (173,246,149). Sum of RGB (Red+Green+Blue) = 173+246+149=568 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.46% from 568); Green value is 246 (96.48% from 255 or 43.31% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF695 is #52096A. Grayscale: #D5D5D5. Windows color (decimal): -5376363 or 9828013. OLE color: 9828013.

HSL color Cylindrical-coordinate representation of color #ADF695: hue angle of 105.15º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #ADF695 is Cyan = 0.30, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 149 -
CMYK 0.30 0 0.39 0.04
HSL 105.15º 0.84% 0.77% -
HSV(B) 105.15º 0.39% 0.96% -
XYZ 55.61 76.97 40.36 -
YUV 213.12 91.82 99.39 -
System Red Green Blue C M Y K H S L
Decimal 173 246 149 0.30 0 0.39 0.04 105.15 0.84 0.77
Hex AD F6 95 1E 0 27 4 69 54 4D
Octal 255 366 225 36 0 47 4 151 124 115
Binary 10101101 11110110 10010101 11110 0 100111 100 1101001 1010100 1001101

Color Harmonies of #ADF695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF695

Black with #ADF695

Text Example


Text Example

White with #ADF695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF695; }

 p { color: rgb(173,246,149); }

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

background-color css

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

 a { background-color: rgb(173,246,149); }

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

border-color css

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

 span { border-color: rgb(173,246,149); }

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