#0CA232

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

Shades of Dark Pastel Green #0CA232

Tints of Dark Pastel Green #0CA232

Color information

#0CA232 (or 0x0CA232) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A2 and 32. RGB value is (12,162,50). Sum of RGB (Red+Green+Blue) = 12+162+50=224 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.36% from 224); Green value is 162 (63.67% from 255 or 72.32% from 224); Blue value is 50 (19.92% from 255 or 22.32% from 224); Max value from RGB is 162 - color contains mainly: green. Hex color #0CA232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA232 is #F35DCD. Grayscale: #686868. Windows color (decimal): -15949262 or 3318284. OLE color: 3318284.

HSL color Cylindrical-coordinate representation of color #0CA232: hue angle of 135.2º 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 #0CA232 is Cyan = 0.93, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB1216250-
CMYK0.9300.690.36
HSL135.2º86.21%34.12%-
HSV(B)135.2º92.59%63.53%-
XYZ13.6526.157.35-
YUV104.3897.362.11-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.36%
GREEN value IS 162 (63.67% from 255) = 72.32%
BLUE value IS 50 (19.92% from 255) = 22.32%
R=5.36%
G=72.32%
B=22.32%

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
Decimal12162500.9300.690.36135.286.2134.12
HexCA2325D04524875622
Octal142426213501054420712642
Binary110010100010110010101110101000101100100100001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,162,50); }

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

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

 a { background-color: rgb(12,162,50); }

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

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

 span { border-color: rgb(12,162,50); }

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