#C0E460

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

Shades of Conifer #C0E460

Tints of Conifer #C0E460

Color information

#C0E460 (or 0xC0E460) is unknown color: approx Conifer. HEX triplet: C0, E4 and 60. RGB value is (192,228,96). Sum of RGB (Red+Green+Blue) = 192+228+96=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 228 (89.45% from 255 or 44.19% from 516); Blue value is 96 (37.89% from 255 or 18.60% from 516); Max value from RGB is 228 - color contains mainly: green. Hex color #C0E460 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E460 is #3F1B9F. Grayscale: #CACACA. Windows color (decimal): -4135840 or 6350016. OLE color: 6350016.

HSL color Cylindrical-coordinate representation of color #C0E460: hue angle of 76.36º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0E460 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.11.

Color convert

RGB19222896-
CMYK0.1600.580.11
HSL76.36º70.97%63.53%-
HSV(B)76.36º57.89%89.41%-
XYZ51.5967.5421.38-
YUV202.1968.07120.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.21%
GREEN value IS 228 (89.45% from 255) = 44.19%
BLUE value IS 96 (37.89% from 255) = 18.60%
R=37.21%
G=44.19%
B=18.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal192228960.1600.580.1176.3670.9763.53
HexC0E4601003AB4c4740
Octal3003441402007213114107100
Binary110000001110010011000001000001110101011100110010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E460; }

 p { color: rgb(192,228,96); }

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

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

 a { background-color: rgb(192,228,96); }

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

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

 span { border-color: rgb(192,228,96); }

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