Html Css Color HEX #ADD483 Feijoa

📋 copy color: '#ADD483'

red 173 ◦ green 212 ◦ blue 131

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

Shades of Feijoa #ADD483

Tints of Feijoa #ADD483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 25.39%

R = 33.53%
G = 41.09%
B = 25.39%

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

#ADD483 (or 0xADD483) is known color: Feijoa. HEX triplet: AD, D4 and 83. RGB value is (173,212,131). Sum of RGB (Red+Green+Blue) = 173+212+131=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 131 (51.56% from 255 or 25.39% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD483 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD483 is #522B7C. Grayscale: #BFBFBF. Windows color (decimal): -5385085 or 8639661. OLE color: 8639661.

HSL color Cylindrical-coordinate representation of color #ADD483: hue angle of 88.89º degrees, saturation: 0.49, 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 #ADD483 is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB 173 212 131 -
CMYK 0.18 0 0.38 0.17
HSL 88.89º 0.49% 0.67% -
HSV(B) 88.89º 0.38% 0.83% -
XYZ 44.87 57.61 30.23 -
YUV 191.11 94.08 115.09 -
System Red Green Blue C M Y K H S L
Decimal 173 212 131 0.18 0 0.38 0.17 88.89 0.49 0.67
Hex AD D4 83 12 0 26 11 59 31 43
Octal 255 324 203 22 0 46 21 131 61 103
Binary 10101101 11010100 10000011 10010 0 100110 10001 1011001 110001 1000011

Color Harmonies of #ADD483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD483

Black with #ADD483

Text Example


Text Example

White with #ADD483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD483; }

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

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

background-color css

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

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

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

border-color css

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

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

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