Html Css Color HEX #9CDC6C Feijoa

📋 copy color: '#9CDC6C'

red 156 ◦ green 220 ◦ blue 108

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

Shades of Feijoa #9CDC6C

Tints of Feijoa #9CDC6C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 32.23%
G = 45.45%
B = 22.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#9CDC6C (or 0x9CDC6C) is known color: Feijoa. HEX triplet: 9C, DC and 6C. RGB value is (156,220,108). Sum of RGB (Red+Green+Blue) = 156+220+108=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 108 (42.58% from 255 or 22.31% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC6C is #632393. Grayscale: #BCBCBC. Windows color (decimal): -6497172 or 7134364. OLE color: 7134364.

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

Color convert

RGB 156 220 108 -
CMYK 0.29 0 0.51 0.14
HSL 94.29º 0.62% 0.64% -
HSV(B) 94.29º 0.51% 0.86% -
XYZ 42.01 59.34 23.43 -
YUV 188.1 82.8 105.11 -
System Red Green Blue C M Y K H S L
Decimal 156 220 108 0.29 0 0.51 0.14 94.29 0.62 0.64
Hex 9C DC 6C 1D 0 33 E 5E 3E 40
Octal 234 334 154 35 0 63 16 136 76 100
Binary 10011100 11011100 1101100 11101 0 110011 1110 1011110 111110 1000000

Color Harmonies of #9CDC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC6C

Black with #9CDC6C

Text Example


Text Example

White with #9CDC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,220,108); }

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

background-color css

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

 a { background-color: rgb(156,220,108); }

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

border-color css

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

 span { border-color: rgb(156,220,108); }

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