#0CCB12

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

Shades of Free Speech Green #0CCB12

Tints of Free Speech Green #0CCB12

Color information

#0CCB12 (or 0x0CCB12) is unknown color: approx Free Speech Green. HEX triplet: 0C, CB and 12. RGB value is (12,203,18). Sum of RGB (Red+Green+Blue) = 12+203+18=233 (30% of max value = 765). Red value is 12 (5.08% from 255 or 5.15% from 233); Green value is 203 (79.69% from 255 or 87.12% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 203 - color contains mainly: green. Hex color #0CCB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCB12 is #F334ED. Grayscale: #7D7D7D. Windows color (decimal): -15938798 or 1231628. OLE color: 1231628.

HSL color Cylindrical-coordinate representation of color #0CCB12: hue angle of 121.88º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCB12 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB1220318-
CMYK0.9400.910.20
HSL121.88º88.84%42.16%-
HSV(B)121.88º94.09%79.61%-
XYZ21.6242.837.7-
YUV124.867.7247.54-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.15%
GREEN value IS 203 (79.69% from 255) = 87.12%
BLUE value IS 18 (7.42% from 255) = 7.73%
R=5.15%
G=87.12%
B=7.73%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal12203180.9400.910.20121.8888.8442.16
HexCCB125E05B147a592a
Octal143132213601332417213152
Binary110011001011100101011110010110111010011110101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,203,18); }

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

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

 a { background-color: rgb(12,203,18); }

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

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

 span { border-color: rgb(12,203,18); }

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