#9CED46

Color #9CED46 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9CED46

Tints of Conifer #9CED46

Color information

#9CED46 (or 0x9CED46) is unknown color: approx Conifer. HEX triplet: 9C, ED and 46. RGB value is (156,237,70). Sum of RGB (Red+Green+Blue) = 156+237+70=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 70 (27.73% from 255 or 15.12% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #9CED46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9CED46 is #6312B9. Grayscale: #C2C2C2. Windows color (decimal): -6492858 or 4648348. OLE color: 4648348.

HSL color Cylindrical-coordinate representation of color #9CED46: hue angle of 89.1º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9CED46 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB15623770-
CMYK0.3400.700.07
HSL89.1º82.27%60.2%-
HSV(B)89.1º70.46%92.94%-
XYZ45.168.0816.56-
YUV193.7458.16101.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 70 (27.73% from 255) = 15.12%
R=33.69%
G=51.19%
B=15.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal156237700.3400.700.0789.182.2760.2
Hex9CED4622046759523c
Octal234355106420106713112274
Binary100111001110110110001101000100100011011110110011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CED46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,237,70); }

 H1.HeaderClassName
 {
   color: #9CED46;
 }
 .AnyTagClassName
 {
   color: #9CED46;
 }
</style>
background-color css

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

 a { background-color: rgb(156,237,70); }

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

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

 span { border-color: rgb(156,237,70); }

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