Html Css Color HEX #ADFD86 Feijoa

📋 copy color: '#ADFD86'

red 173 ◦ green 253 ◦ blue 134

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

Shades of Feijoa #ADFD86

Tints of Feijoa #ADFD86

RGB

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

 GREEN value IS 253 (99.22% from 255) = 45.18%

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

R = 30.89%
G = 45.18%
B = 23.93%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#ADFD86 (or 0xADFD86) is known color: Feijoa. HEX triplet: AD, FD and 86. RGB value is (173,253,134). Sum of RGB (Red+Green+Blue) = 173+253+134=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 253 (99.22% from 255 or 45.18% from 560); Blue value is 134 (52.73% from 255 or 23.93% from 560); Max value from RGB is 253 - color contains mainly: green. Hex color #ADFD86 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ADFD86 is #520279. Grayscale: #D7D7D7. Windows color (decimal): -5374586 or 8846765. OLE color: 8846765.

HSL color Cylindrical-coordinate representation of color #ADFD86: hue angle of 100.34º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #ADFD86 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB 173 253 134 -
CMYK 0.32 0 0.47 0.01
HSL 100.34º 0.97% 0.76% -
HSV(B) 100.34º 0.47% 0.99% -
XYZ 56.66 80.86 35.17 -
YUV 215.51 82 97.68 -
System Red Green Blue C M Y K H S L
Decimal 173 253 134 0.32 0 0.47 0.01 100.34 0.97 0.76
Hex AD FD 86 20 0 2F 1 64 61 4C
Octal 255 375 206 40 0 57 1 144 141 114
Binary 10101101 11111101 10000110 100000 0 101111 1 1100100 1100001 1001100

Color Harmonies of #ADFD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFD86

Black with #ADFD86

Text Example


Text Example

White with #ADFD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFD86; }

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

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

background-color css

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

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

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

border-color css

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

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

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