#0CAD2E

Color #0CAD2E Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #0CAD2E

Tints of Dark Pastel Green #0CAD2E

Color information

#0CAD2E (or 0x0CAD2E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, AD and 2E. RGB value is (12,173,46). Sum of RGB (Red+Green+Blue) = 12+173+46=231 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.19% from 231); Green value is 173 (67.97% from 255 or 74.89% from 231); Blue value is 46 (18.36% from 255 or 19.91% from 231); Max value from RGB is 173 - color contains mainly: green. Hex color #0CAD2E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CAD2E is #F352D1. Grayscale: #6E6E6E. Windows color (decimal): -15946450 or 3058956. OLE color: 3058956.

HSL color Cylindrical-coordinate representation of color #0CAD2E: hue angle of 132.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CAD2E is Cyan = 0.93, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.32.

Color convert

RGB1217346-
CMYK0.9300.730.32
HSL132.67º87.03%36.27%-
HSV(B)132.67º93.06%67.84%-
XYZ15.5930.167.59-
YUV110.3891.6657.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.19%
GREEN value IS 173 (67.97% from 255) = 74.89%
BLUE value IS 46 (18.36% from 255) = 19.91%
R=5.19%
G=74.89%
B=19.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12173460.9300.730.32132.6787.0336.27
HexCAD2E5D04920855724
Octal142555613501114020512744
Binary110010101101101110101110101001001100000100001011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CAD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CAD2E; }

 p { color: rgb(12,173,46); }

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

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

 a { background-color: rgb(12,173,46); }

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

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

 span { border-color: rgb(12,173,46); }

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