#0CB91E

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

Shades of Dark Pastel Green #0CB91E

Tints of Dark Pastel Green #0CB91E

Color information

#0CB91E (or 0x0CB91E) is unknown color: approx Dark Pastel Green. HEX triplet: 0C, B9 and 1E. RGB value is (12,185,30). Sum of RGB (Red+Green+Blue) = 12+185+30=227 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.29% from 227); Green value is 185 (72.66% from 255 or 81.50% from 227); Blue value is 30 (12.11% from 255 or 13.22% from 227); Max value from RGB is 185 - color contains mainly: green. Hex color #0CB91E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CB91E is #F346E1. Grayscale: #747474. Windows color (decimal): -15943394 or 2013452. OLE color: 2013452.

HSL color Cylindrical-coordinate representation of color #0CB91E: hue angle of 126.24º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CB91E is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB1218530-
CMYK0.9400.840.27
HSL126.24º87.82%38.63%-
HSV(B)126.24º93.51%72.55%-
XYZ17.7334.877.02-
YUV115.679.6954.1-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.29%
GREEN value IS 185 (72.66% from 255) = 81.50%
BLUE value IS 30 (12.11% from 255) = 13.22%
R=5.29%
G=81.50%
B=13.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal12185300.9400.840.27126.2487.8238.63
HexCB91E5E0541B7e5827
Octal142713613601243317613047
Binary110010111001111101011110010101001101111111101011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CB91E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,185,30); }

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

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

 a { background-color: rgb(12,185,30); }

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

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

 span { border-color: rgb(12,185,30); }

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