Html Css Color HEX #ADD484 Feijoa

📋 copy color: '#ADD484'

red 173 ◦ green 212 ◦ blue 132

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

Shades of Feijoa #ADD484

Tints of Feijoa #ADD484

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.01%

 BLUE value IS 132 (51.95% from 255) = 25.53%

R = 33.46%
G = 41.01%
B = 25.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.17

RGB Variations

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

Color information

#ADD484 (or 0xADD484) is known color: Feijoa. HEX triplet: AD, D4 and 84. RGB value is (173,212,132). Sum of RGB (Red+Green+Blue) = 173+212+132=517 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.46% from 517); Green value is 212 (83.20% from 255 or 41.01% from 517); Blue value is 132 (51.95% from 255 or 25.53% from 517); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD484 is #522B7B. Grayscale: #BFBFBF. Windows color (decimal): -5385084 or 8705197. OLE color: 8705197.

HSL color Cylindrical-coordinate representation of color #ADD484: hue angle of 89.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #ADD484 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 132 -
CMYK 0.18 0 0.38 0.17
HSL 89.25º 0.48% 0.67% -
HSV(B) 89.25º 0.38% 0.83% -
XYZ 44.94 57.64 30.59 -
YUV 191.22 94.58 115 -
System Red Green Blue C M Y K H S L
Decimal 173 212 132 0.18 0 0.38 0.17 89.25 0.48 0.67
Hex AD D4 84 12 0 26 11 59 30 43
Octal 255 324 204 22 0 46 21 131 60 103
Binary 10101101 11010100 10000100 10010 0 100110 10001 1011001 110000 1000011

Color Harmonies of #ADD484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD484

Black with #ADD484

Text Example


Text Example

White with #ADD484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD484; }

 p { color: rgb(173,212,132); }

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

background-color css

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

 a { background-color: rgb(173,212,132); }

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

border-color css

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

 span { border-color: rgb(173,212,132); }

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