Html Css Color HEX #9CDC6A Feijoa

📋 copy color: '#9CDC6A'

red 156 ◦ green 220 ◦ blue 106

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

Shades of Feijoa #9CDC6A

Tints of Feijoa #9CDC6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 32.37%
G = 45.64%
B = 21.99%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#9CDC6A (or 0x9CDC6A) is known color: Feijoa. HEX triplet: 9C, DC and 6A. RGB value is (156,220,106). Sum of RGB (Red+Green+Blue) = 156+220+106=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDC6A is #632395. Grayscale: #BCBCBC. Windows color (decimal): -6497174 or 7003292. OLE color: 7003292.

HSL color Cylindrical-coordinate representation of color #9CDC6A: hue angle of 93.68º 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 #9CDC6A is Cyan = 0.29, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 156 220 106 -
CMYK 0.29 0 0.52 0.14
HSL 93.68º 0.62% 0.64% -
HSV(B) 93.68º 0.52% 0.86% -
XYZ 41.91 59.29 22.87 -
YUV 187.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 156 220 106 0.29 0 0.52 0.14 93.68 0.62 0.64
Hex 9C DC 6A 1D 0 34 E 5E 3E 40
Octal 234 334 152 35 0 64 16 136 76 100
Binary 10011100 11011100 1101010 11101 0 110100 1110 1011110 111110 1000000

Color Harmonies of #9CDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDC6A

Black with #9CDC6A

Text Example


Text Example

White with #9CDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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