#0CA630

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

Shades of Dark Pastel Green #0CA630

Tints of Dark Pastel Green #0CA630

Color information

#0CA630 (or 0x0CA630) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A6 and 30. RGB value is (12,166,48). Sum of RGB (Red+Green+Blue) = 12+166+48=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 166 (65.23% from 255 or 73.45% from 226); Blue value is 48 (19.14% from 255 or 21.24% from 226); Max value from RGB is 166 - color contains mainly: green. Hex color #0CA630 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA630 is #F359CF. Grayscale: #6A6A6A. Windows color (decimal): -15948240 or 3188236. OLE color: 3188236.

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

Color convert

RGB1216648-
CMYK0.9300.710.35
HSL134.03º86.52%34.9%-
HSV(B)134.03º92.77%65.1%-
XYZ14.3227.567.36-
YUV106.594.9860.59-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.31%
GREEN value IS 166 (65.23% from 255) = 73.45%
BLUE value IS 48 (19.14% from 255) = 21.24%
R=5.31%
G=73.45%
B=21.24%

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
Decimal12166480.9300.710.35134.0386.5234.9
HexCA6305D04723865723
Octal142466013501074320612743
Binary110010100110110000101110101000111100011100001101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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