#ABD094

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

Shades of Feijoa #ABD094

Tints of Feijoa #ABD094

Color information

#ABD094 (or 0xABD094) is unknown color: approx Feijoa. HEX triplet: AB, D0 and 94. RGB value is (171,208,148). Sum of RGB (Red+Green+Blue) = 171+208+148=527 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.45% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #ABD094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABD094 is #542F6B. Grayscale: #BEBEBE. Windows color (decimal): -5517164 or 9752747. OLE color: 9752747.

HSL color Cylindrical-coordinate representation of color #ABD094: hue angle of 97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABD094 is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB171208148-
CMYK0.1800.290.18
HSL97º38.96%69.8%-
HSV(B)97º28.85%81.57%-
XYZ44.755.9136.45-
YUV190.1104.24114.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.45%
GREEN value IS 208 (81.64% from 255) = 39.47%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=32.45%
G=39.47%
B=28.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1712081480.1800.290.189738.9669.8
HexABD0941201D12612746
Octal253320224220352214147106
Binary101010111101000010010100100100111011001011000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABD094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABD094; }

 p { color: rgb(171,208,148); }

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

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

 a { background-color: rgb(171,208,148); }

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

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

 span { border-color: rgb(171,208,148); }

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