Html Css Color HEX #ADF086 Feijoa

📋 copy color: '#ADF086'

red 173 ◦ green 240 ◦ blue 134

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

Shades of Feijoa #ADF086

Tints of Feijoa #ADF086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 24.5%

R = 31.63%
G = 43.88%
B = 24.5%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#ADF086 (or 0xADF086) is known color: Feijoa. HEX triplet: AD, F0 and 86. RGB value is (173,240,134). Sum of RGB (Red+Green+Blue) = 173+240+134=547 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.63% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF086 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADF086 is #520F79. Grayscale: #D0D0D0. Windows color (decimal): -5377914 or 8843437. OLE color: 8843437.

HSL color Cylindrical-coordinate representation of color #ADF086: hue angle of 97.92º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ADF086 is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 134 -
CMYK 0.28 0 0.44 0.06
HSL 97.92º 0.78% 0.73% -
HSV(B) 97.92º 0.44% 0.94% -
XYZ 52.7 72.93 33.85 -
YUV 207.88 86.3 103.12 -
System Red Green Blue C M Y K H S L
Decimal 173 240 134 0.28 0 0.44 0.06 97.92 0.78 0.73
Hex AD F0 86 1C 0 2C 6 62 4E 49
Octal 255 360 206 34 0 54 6 142 116 111
Binary 10101101 11110000 10000110 11100 0 101100 110 1100010 1001110 1001001

Color Harmonies of #ADF086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF086

Black with #ADF086

Text Example


Text Example

White with #ADF086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF086; }

 p { color: rgb(173,240,134); }

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

background-color css

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

 a { background-color: rgb(173,240,134); }

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

border-color css

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

 span { border-color: rgb(173,240,134); }

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