Html Css Color HEX #ADD38D Feijoa

📋 copy color: '#ADD38D'

red 173 ◦ green 211 ◦ blue 141

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

Shades of Feijoa #ADD38D

Tints of Feijoa #ADD38D

RGB

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

 GREEN value IS 211 (82.81% from 255) = 40.19%

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

R = 32.95%
G = 40.19%
B = 26.86%

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

#ADD38D (or 0xADD38D) is known color: Feijoa. HEX triplet: AD, D3 and 8D. RGB value is (173,211,141). Sum of RGB (Red+Green+Blue) = 173+211+141=525 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.95% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #ADD38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD38D is #522C72. Grayscale: #BFBFBF. Windows color (decimal): -5385331 or 9294765. OLE color: 9294765.

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

Color convert

RGB 173 211 141 -
CMYK 0.18 0 0.33 0.17
HSL 92.57º 0.44% 0.69% -
HSV(B) 92.57º 0.33% 0.83% -
XYZ 45.34 57.4 33.89 -
YUV 191.66 99.41 114.69 -
System Red Green Blue C M Y K H S L
Decimal 173 211 141 0.18 0 0.33 0.17 92.57 0.44 0.69
Hex AD D3 8D 12 0 21 11 5D 2C 45
Octal 255 323 215 22 0 41 21 135 54 105
Binary 10101101 11010011 10001101 10010 0 100001 10001 1011101 101100 1000101

Color Harmonies of #ADD38D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD38D

Black with #ADD38D

Text Example


Text Example

White with #ADD38D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD38D; }

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

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

background-color css

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

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

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

border-color css

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

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

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