#0CA926

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

Shades of Dark Pastel Green #0CA926

Tints of Dark Pastel Green #0CA926

Color information

#0CA926 (or 0x0CA926) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, A9 and 26. RGB value is (12,169,38). Sum of RGB (Red+Green+Blue) = 12+169+38=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 169 (66.41% from 255 or 77.17% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 169 - color contains mainly: green. Hex color #0CA926 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0CA926 is #F356D9. Grayscale: #6B6B6B. Windows color (decimal): -15947482 or 2533644. OLE color: 2533644.

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

Color convert

RGB1216938-
CMYK0.9300.780.34
HSL129.94º86.74%35.49%-
HSV(B)129.94º92.9%66.27%-
XYZ14.6928.596.58-
YUV107.1288.9960.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 169 (66.41% from 255) = 77.17%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=5.48%
G=77.17%
B=17.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12169380.9300.780.34129.9486.7435.49
HexCA9265D04E22825723
Octal142514613501164220212743
Binary110010101001100110101110101001110100010100000101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CA926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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