#0CA538

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

Shades of Dark Pastel Green #0CA538

Tints of Dark Pastel Green #0CA538

Color information

#0CA538 (or 0x0CA538) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A5 and 38. RGB value is (12,165,56). Sum of RGB (Red+Green+Blue) = 12+165+56=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA538 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA538 is #F35AC7. Grayscale: #6B6B6B. Windows color (decimal): -15948488 or 3712268. OLE color: 3712268.

HSL color Cylindrical-coordinate representation of color #0CA538: hue angle of 137.25º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0CA538 is Cyan = 0.93, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB1216556-
CMYK0.9300.660.35
HSL137.25º86.44%34.71%-
HSV(B)137.25º92.73%64.71%-
XYZ14.3227.278.25-
YUV106.8399.3160.36-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 165 (64.84% from 255) = 70.82%
BLUE value IS 56 (22.27% from 255) = 24.03%
R=5.15%
G=70.82%
B=24.03%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165560.9300.660.35137.2586.4434.71
HexCA5385D04223895623
Octal142457013501024321112643
Binary110010100101111000101110101000010100011100010011010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,165,56); }

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

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

 a { background-color: rgb(12,165,56); }

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

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

 span { border-color: rgb(12,165,56); }

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