#0CA826

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

Shades of Dark Pastel Green #0CA826

Tints of Dark Pastel Green #0CA826

Color information

#0CA826 (or 0x0CA826) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A8 and 26. RGB value is (12,168,38). Sum of RGB (Red+Green+Blue) = 12+168+38=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 168 (66.02% from 255 or 77.06% from 218); Blue value is 38 (15.23% from 255 or 17.43% from 218); Max value from RGB is 168 - color contains mainly: green. Hex color #0CA826 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA826 is #F357D9. Grayscale: #6A6A6A. Windows color (decimal): -15947738 or 2533388. OLE color: 2533388.

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

Color convert

RGB1216838-
CMYK0.9300.770.34
HSL130º86.67%35.29%-
HSV(B)130º92.86%65.88%-
XYZ14.528.226.52-
YUV106.5489.3260.57-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.50%
GREEN value IS 168 (66.02% from 255) = 77.06%
BLUE value IS 38 (15.23% from 255) = 17.43%
R=5.50%
G=77.06%
B=17.43%

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
Decimal12168380.9300.770.3413086.6735.29
HexCA8265D04D22825723
Octal142504613501154220212743
Binary110010101000100110101110101001101100010100000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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