#0CA333

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

Shades of Dark Pastel Green #0CA333

Tints of Dark Pastel Green #0CA333

Color information

#0CA333 (or 0x0CA333) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A3 and 33. RGB value is (12,163,51). Sum of RGB (Red+Green+Blue) = 12+163+51=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 163 (64.06% from 255 or 72.12% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 163 - color contains mainly: green. Hex color #0CA333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA333 is #F35CCC. Grayscale: #696969. Windows color (decimal): -15949005 or 3384076. OLE color: 3384076.

HSL color Cylindrical-coordinate representation of color #0CA333: hue angle of 135.5º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA333 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1216351-
CMYK0.9300.690.36
HSL135.5º86.29%34.31%-
HSV(B)135.5º92.64%63.92%-
XYZ13.8526.517.52-
YUV105.0897.4761.61-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.31%
GREEN value IS 163 (64.06% from 255) = 72.12%
BLUE value IS 51 (20.31% from 255) = 22.57%
R=5.31%
G=72.12%
B=22.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12163510.9300.690.36135.586.2934.31
HexCA3335D04524875622
Octal142436313501054420712642
Binary110010100011110011101110101000101100100100001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,163,51); }

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

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

 a { background-color: rgb(12,163,51); }

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

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

 span { border-color: rgb(12,163,51); }

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