#ACD690

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

Shades of Feijoa #ACD690

Tints of Feijoa #ACD690

Color information

#ACD690 (or 0xACD690) is unknown color: approx Feijoa. HEX triplet: AC, D6 and 90. RGB value is (172,214,144). Sum of RGB (Red+Green+Blue) = 172+214+144=530 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.45% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #ACD690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD690 is #53296F. Grayscale: #C1C1C1. Windows color (decimal): -5450096 or 9492140. OLE color: 9492140.

HSL color Cylindrical-coordinate representation of color #ACD690: hue angle of 96º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACD690 is Cyan = 0.20, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB172214144-
CMYK0.2000.330.16
HSL96º46.05%70.2%-
HSV(B)96º32.71%83.92%-
XYZ46.0958.8835.32-
YUV193.46100.09112.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.45%
GREEN value IS 214 (83.98% from 255) = 40.38%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=32.45%
G=40.38%
B=27.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1722141440.2000.330.169646.0570.2
HexACD6901402110602e46
Octal254326220240412014056106
Binary1010110011010110100100001010001000011000011000001011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACD690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACD690; }

 p { color: rgb(172,214,144); }

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

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

 a { background-color: rgb(172,214,144); }

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

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

 span { border-color: rgb(172,214,144); }

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