Html Css Color HEX #ADD08B Feijoa

📋 copy color: '#ADD08B'

red 173 ◦ green 208 ◦ blue 139

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

Shades of Feijoa #ADD08B

Tints of Feijoa #ADD08B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

 BLUE value IS 139 (54.69% from 255) = 26.73%

R = 33.27%
G = 40%
B = 26.73%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#ADD08B (or 0xADD08B) is known color: Feijoa. HEX triplet: AD, D0 and 8B. RGB value is (173,208,139). Sum of RGB (Red+Green+Blue) = 173+208+139=520 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.27% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD08B is #522F74. Grayscale: #BDBDBD. Windows color (decimal): -5386101 or 9162925. OLE color: 9162925.

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

Color convert

RGB 173 208 139 -
CMYK 0.17 0 0.33 0.18
HSL 90.43º 0.42% 0.68% -
HSV(B) 90.43º 0.33% 0.82% -
XYZ 44.45 55.86 32.87 -
YUV 189.67 99.4 116.11 -
System Red Green Blue C M Y K H S L
Decimal 173 208 139 0.17 0 0.33 0.18 90.43 0.42 0.68
Hex AD D0 8B 11 0 21 12 5A 2A 44
Octal 255 320 213 21 0 41 22 132 52 104
Binary 10101101 11010000 10001011 10001 0 100001 10010 1011010 101010 1000100

Color Harmonies of #ADD08B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD08B

Black with #ADD08B

Text Example


Text Example

White with #ADD08B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD08B; }

 p { color: rgb(173,208,139); }

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

background-color css

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

 a { background-color: rgb(173,208,139); }

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

border-color css

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

 span { border-color: rgb(173,208,139); }

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