#0CA530

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

Shades of Dark Pastel Green #0CA530

Tints of Dark Pastel Green #0CA530

Color information

#0CA530 (or 0x0CA530) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A5 and 30. RGB value is (12,165,48). Sum of RGB (Red+Green+Blue) = 12+165+48=225 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.33% from 225); Green value is 165 (64.84% from 255 or 73.33% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 165 - color contains mainly: green. Hex color #0CA530 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA530 is #F35ACF. Grayscale: #6A6A6A. Windows color (decimal): -15948496 or 3187980. OLE color: 3187980.

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

Color convert

RGB1216548-
CMYK0.9300.710.35
HSL134.12º86.44%34.71%-
HSV(B)134.12º92.73%64.71%-
XYZ14.1427.27.3-
YUV105.9195.3161.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.33%
GREEN value IS 165 (64.84% from 255) = 73.33%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=5.33%
G=73.33%
B=21.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12165480.9300.710.35134.1286.4434.71
HexCA5305D04723865623
Octal142456013501074320612643
Binary110010100101110000101110101000111100011100001101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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