Html Css Color HEX #ADD48D Feijoa

📋 copy color: '#ADD48D'

red 173 ◦ green 212 ◦ blue 141

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

Shades of Feijoa #ADD48D

Tints of Feijoa #ADD48D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 26.81%

R = 32.89%
G = 40.3%
B = 26.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#ADD48D (or 0xADD48D) is known color: Feijoa. HEX triplet: AD, D4 and 8D. RGB value is (173,212,141). Sum of RGB (Red+Green+Blue) = 173+212+141=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #ADD48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD48D is #522B72. Grayscale: #C0C0C0. Windows color (decimal): -5385075 or 9295021. OLE color: 9295021.

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

Color convert

RGB 173 212 141 -
CMYK 0.18 0 0.33 0.17
HSL 92.96º 0.45% 0.69% -
HSV(B) 92.96º 0.33% 0.83% -
XYZ 45.58 57.89 33.97 -
YUV 192.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 173 212 141 0.18 0 0.33 0.17 92.96 0.45 0.69
Hex AD D4 8D 12 0 21 11 5D 2D 45
Octal 255 324 215 22 0 41 21 135 55 105
Binary 10101101 11010100 10001101 10010 0 100001 10001 1011101 101101 1000101

Color Harmonies of #ADD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD48D

Black with #ADD48D

Text Example


Text Example

White with #ADD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD48D; }

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

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

background-color css

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

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

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

border-color css

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

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

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