Html Css Color HEX #9CDB6E Feijoa

📋 copy color: '#9CDB6E'

red 156 ◦ green 219 ◦ blue 110

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

Shades of Feijoa #9CDB6E

Tints of Feijoa #9CDB6E

RGB

 RED value IS 156 (61.33% from 255) = 32.16%

 GREEN value IS 219 (85.94% from 255) = 45.15%

 BLUE value IS 110 (43.36% from 255) = 22.68%

R = 32.16%
G = 45.15%
B = 22.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#9CDB6E (or 0x9CDB6E) is known color: Feijoa. HEX triplet: 9C, DB and 6E. RGB value is (156,219,110). Sum of RGB (Red+Green+Blue) = 156+219+110=485 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.16% from 485); Green value is 219 (85.94% from 255 or 45.15% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 219 - color contains mainly: green. Hex color #9CDB6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDB6E is #632491. Grayscale: #BCBCBC. Windows color (decimal): -6497426 or 7265180. OLE color: 7265180.

HSL color Cylindrical-coordinate representation of color #9CDB6E: hue angle of 94.68º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CDB6E is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 219 110 -
CMYK 0.29 0 0.50 0.14
HSL 94.68º 0.6% 0.65% -
HSV(B) 94.68º 0.5% 0.86% -
XYZ 41.86 58.86 23.91 -
YUV 187.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 156 219 110 0.29 0 0.50 0.14 94.68 0.6 0.65
Hex 9C DB 6E 1D 0 32 E 5F 3C 41
Octal 234 333 156 35 0 62 16 137 74 101
Binary 10011100 11011011 1101110 11101 0 110010 1110 1011111 111100 1000001

Color Harmonies of #9CDB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDB6E

Black with #9CDB6E

Text Example


Text Example

White with #9CDB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,219,110); }

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

background-color css

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

 a { background-color: rgb(156,219,110); }

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

border-color css

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

 span { border-color: rgb(156,219,110); }

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