#ABCD94

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

Shades of Feijoa #ABCD94

Tints of Feijoa #ABCD94

Color information

#ABCD94 (or 0xABCD94) is unknown color: approx Feijoa. HEX triplet: AB, CD and 94. RGB value is (171,205,148). Sum of RGB (Red+Green+Blue) = 171+205+148=524 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.63% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCD94 is #54326B. Grayscale: #BCBCBC. Windows color (decimal): -5517932 or 9751979. OLE color: 9751979.

HSL color Cylindrical-coordinate representation of color #ABCD94: hue angle of 95.79º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABCD94 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB171205148-
CMYK0.1700.280.20
HSL95.79º36.31%69.22%-
HSV(B)95.79º27.8%80.39%-
XYZ43.9754.4636.21-
YUV188.34105.24115.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.63%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 148 (58.20% from 255) = 28.24%
R=32.63%
G=39.12%
B=28.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051480.1700.280.2095.7936.3169.22
HexABCD941101C14602445
Octal253315224210342414044105
Binary101010111100110110010100100010111001010011000001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCD94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCD94; }

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

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

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

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

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

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

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

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