#9ADB66

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

Shades of Feijoa #9ADB66

Tints of Feijoa #9ADB66

Color information

#9ADB66 (or 0x9ADB66) is unknown color: approx Feijoa. HEX triplet: 9A, DB and 66. RGB value is (154,219,102). Sum of RGB (Red+Green+Blue) = 154+219+102=475 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.42% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 102 (40.23% from 255 or 21.47% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADB66 is #652499. Grayscale: #BABABA. Windows color (decimal): -6628506 or 6740890. OLE color: 6740890.

HSL color Cylindrical-coordinate representation of color #9ADB66: hue angle of 93.33º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ADB66 is Cyan = 0.30, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB154219102-
CMYK0.3000.530.14
HSL93.33º61.9%62.94%-
HSV(B)93.33º53.42%85.88%-
XYZ41.0658.4921.7-
YUV186.2380.47105.01-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.42%
GREEN value IS 219 (85.94% from 255) = 46.11%
BLUE value IS 102 (40.23% from 255) = 21.47%
R=32.42%
G=46.11%
B=21.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191020.3000.530.1493.3361.962.94
Hex9ADB661E035E5d3e3f
Octal23233314636065161357677
Binary1001101011011011110011011110011010111101011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ADB66; }

 p { color: rgb(154,219,102); }

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

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

 a { background-color: rgb(154,219,102); }

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

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

 span { border-color: rgb(154,219,102); }

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