#C0E060

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

Shades of Conifer #C0E060

Tints of Conifer #C0E060

Color information

#C0E060 (or 0xC0E060) is unknown color: approx Conifer. HEX triplet: C0, E0 and 60. RGB value is (192,224,96). Sum of RGB (Red+Green+Blue) = 192+224+96=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 224 (87.89% from 255 or 43.75% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 224 - color contains mainly: green. Hex color #C0E060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0E060 is #3F1F9F. Grayscale: #C8C8C8. Windows color (decimal): -4136864 or 6348992. OLE color: 6348992.

HSL color Cylindrical-coordinate representation of color #C0E060: hue angle of 75º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0E060 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB19222496-
CMYK0.1400.570.12
HSL75º67.37%62.75%-
HSV(B)75º57.14%87.84%-
XYZ50.5165.3621.02-
YUV199.8469.4122.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 224 (87.89% from 255) = 43.75%
BLUE value IS 96 (37.89% from 255) = 18.75%
R=37.5%
G=43.75%
B=18.75%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal192224960.1400.570.127567.3762.75
HexC0E060E039C4b433f
Octal300340140160711411310377
Binary1100000011100000110000011100111001110010010111000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0E060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0E060; }

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

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

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

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

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

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

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

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