Html Css Color HEX #9CDF66 Feijoa

📋 copy color: '#9CDF66'

red 156 ◦ green 223 ◦ blue 102

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

Shades of Feijoa #9CDF66

Tints of Feijoa #9CDF66

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.36%

 BLUE value IS 102 (40.23% from 255) = 21.21%

R = 32.43%
G = 46.36%
B = 21.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#9CDF66 (or 0x9CDF66) is known color: Feijoa. HEX triplet: 9C, DF and 66. RGB value is (156,223,102). Sum of RGB (Red+Green+Blue) = 156+223+102=481 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.43% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 102 (40.23% from 255 or 21.21% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #9CDF66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CDF66 is #632099. Grayscale: #BDBDBD. Windows color (decimal): -6496410 or 6741916. OLE color: 6741916.

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

Color convert

RGB 156 223 102 -
CMYK 0.30 0 0.54 0.13
HSL 93.22º 0.65% 0.64% -
HSV(B) 93.22º 0.54% 0.87% -
XYZ 42.5 60.8 22.07 -
YUV 189.17 78.8 104.34 -
System Red Green Blue C M Y K H S L
Decimal 156 223 102 0.30 0 0.54 0.13 93.22 0.65 0.64
Hex 9C DF 66 1E 0 36 D 5D 41 40
Octal 234 337 146 36 0 66 15 135 101 100
Binary 10011100 11011111 1100110 11110 0 110110 1101 1011101 1000001 1000000

Color Harmonies of #9CDF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CDF66

Black with #9CDF66

Text Example


Text Example

White with #9CDF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,223,102); }

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

background-color css

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

 a { background-color: rgb(156,223,102); }

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

border-color css

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

 span { border-color: rgb(156,223,102); }

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