Html Css Color HEX #9ADD6C Feijoa

📋 copy color: '#9ADD6C'

red 154 ◦ green 221 ◦ blue 108

#9ADD6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9ADD6C

Tints of Feijoa #9ADD6C

RGB

 RED value IS 154 (60.55% from 255) = 31.88%

 GREEN value IS 221 (86.72% from 255) = 45.76%

 BLUE value IS 108 (42.58% from 255) = 22.36%

R = 31.88%
G = 45.76%
B = 22.36%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#9ADD6C (or 0x9ADD6C) is known color: Feijoa. HEX triplet: 9A, DD and 6C. RGB value is (154,221,108). Sum of RGB (Red+Green+Blue) = 154+221+108=483 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.88% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 108 (42.58% from 255 or 22.36% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADD6C is #652293. Grayscale: #BCBCBC. Windows color (decimal): -6627988 or 7134618. OLE color: 7134618.

HSL color Cylindrical-coordinate representation of color #9ADD6C: hue angle of 95.58º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ADD6C is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 154 221 108 -
CMYK 0.30 0 0.51 0.13
HSL 95.58º 0.62% 0.65% -
HSV(B) 95.58º 0.51% 0.87% -
XYZ 41.89 59.67 23.5 -
YUV 188.09 82.8 103.69 -
System Red Green Blue C M Y K H S L
Decimal 154 221 108 0.30 0 0.51 0.13 95.58 0.62 0.65
Hex 9A DD 6C 1E 0 33 D 60 3E 41
Octal 232 335 154 36 0 63 15 140 76 101
Binary 10011010 11011101 1101100 11110 0 110011 1101 1100000 111110 1000001

Color Harmonies of #9ADD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ADD6C

Black with #9ADD6C

Text Example


Text Example

White with #9ADD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,221,108); }

 H1.HeaderClassName
 {
   color: #9ADD6C;
 }
 .AnyTagClassName
 {
   color: #9ADD6C;
 }
</style>

background-color css

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

 a { background-color: rgb(154,221,108); }

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

border-color css

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

 span { border-color: rgb(154,221,108); }

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