#9ADC69

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

Shades of Feijoa #9ADC69

Tints of Feijoa #9ADC69

Color information

#9ADC69 (or 0x9ADC69) is unknown color: approx Feijoa. HEX triplet: 9A, DC and 69. RGB value is (154,220,105). Sum of RGB (Red+Green+Blue) = 154+220+105=479 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.15% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #9ADC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADC69 is #652396. Grayscale: #BBBBBB. Windows color (decimal): -6628247 or 6937754. OLE color: 6937754.

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

Color convert

RGB154220105-
CMYK0.300.520.14
HSL94.43º62.16%63.73%-
HSV(B)94.43º52.27%86.27%-
XYZ41.4759.0822.58-
YUV187.1681.63104.35-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.15%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 105 (41.41% from 255) = 21.92%
R=32.15%
G=45.93%
B=21.92%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542201050.300.520.1494.4362.1663.73
Hex9ADC691E034E5e3e40
Octal232334151360641613676100
Binary10011010110111001101001111100110100111010111101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,220,105); }

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

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

 a { background-color: rgb(154,220,105); }

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

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

 span { border-color: rgb(154,220,105); }

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