#0CEC1F

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

Shades of Free Speech Green #0CEC1F

Tints of Free Speech Green #0CEC1F

Color information

#0CEC1F (or 0x0CEC1F) is unknown color: approx Free Speech Green. HEX triplet: 0C, EC and 1F. RGB value is (12,236,31). Sum of RGB (Red+Green+Blue) = 12+236+31=279 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.30% from 279); Green value is 236 (92.58% from 255 or 84.59% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 236 - color contains mainly: green. Hex color #0CEC1F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEC1F is #F313E0. Grayscale: #929292. Windows color (decimal): -15930337 or 2092044. OLE color: 2092044.

HSL color Cylindrical-coordinate representation of color #0CEC1F: hue angle of 125.09º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEC1F is Cyan = 0.95, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB1223631-
CMYK0.9500.870.07
HSL125.09º90.32%48.63%-
HSV(B)125.09º94.92%92.55%-
XYZ30.3960.1711.31-
YUV145.6563.2932.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.30%
GREEN value IS 236 (92.58% from 255) = 84.59%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=4.30%
G=84.59%
B=11.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12236310.9500.870.07125.0990.3248.63
HexCEC1F5F05777d5a31
Octal14354371370127717513261
Binary1100111011001111110111110101011111111111011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEC1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,236,31); }

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

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

 a { background-color: rgb(12,236,31); }

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

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

 span { border-color: rgb(12,236,31); }

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