#0CA827

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

Shades of Dark Pastel Green #0CA827

Tints of Dark Pastel Green #0CA827

Color information

#0CA827 (or 0x0CA827) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A8 and 27. RGB value is (12,168,39). Sum of RGB (Red+Green+Blue) = 12+168+39=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 168 (66.02% from 255 or 76.71% from 219); Blue value is 39 (15.62% from 255 or 17.81% from 219); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA827 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA827 is #F357D8. Grayscale: #6B6B6B. Windows color (decimal): -15947737 or 2598924. OLE color: 2598924.

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

Color convert

RGB1216839-
CMYK0.9300.770.34
HSL130.38º86.67%35.29%-
HSV(B)130.38º92.86%65.88%-
XYZ14.5228.236.6-
YUV106.6589.8260.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 168 (66.02% from 255) = 76.71%
BLUE value IS 39 (15.62% from 255) = 17.81%
R=5.48%
G=76.71%
B=17.81%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12168390.9300.770.34130.3886.6735.29
HexCA8275D04D22825723
Octal142504713501154220212743
Binary110010101000100111101110101001101100010100000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,168,39); }

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

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

 a { background-color: rgb(12,168,39); }

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

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

 span { border-color: rgb(12,168,39); }

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