#ADD68B

Color #ADD68B Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #ADD68B

Tints of Feijoa #ADD68B

Color information

#ADD68B (or 0xADD68B) is unknown color: approx Feijoa. HEX triplet: AD, D6 and 8B. RGB value is (173,214,139). Sum of RGB (Red+Green+Blue) = 173+214+139=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 214 (83.98% from 255 or 40.68% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 214 - color contains mainly: green. Hex color #ADD68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADD68B is #522974. Grayscale: #C1C1C1. Windows color (decimal): -5384565 or 9164461. OLE color: 9164461.

HSL color Cylindrical-coordinate representation of color #ADD68B: hue angle of 92.8º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ADD68B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB173214139-
CMYK0.1900.350.16
HSL92.8º47.77%69.22%-
HSV(B)92.8º35.05%83.92%-
XYZ45.9458.8433.36-
YUV193.1997.42113.6-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.89%
GREEN value IS 214 (83.98% from 255) = 40.68%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=32.89%
G=40.68%
B=26.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732141390.1900.350.1692.847.7769.22
HexADD68B13023105d3045
Octal255326213230432013560105
Binary1010110111010110100010111001101000111000010111011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD68B; }

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

 H1.HeaderClassName
 {
   color: #ADD68B;
 }
 .AnyTagClassName
 {
   color: #ADD68B;
 }
</style>
background-color css

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

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

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

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

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

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