#01CB0E

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

Shades of Free Speech Green #01CB0E

Tints of Free Speech Green #01CB0E

Color information

#01CB0E (or 0x01CB0E) is unknown color: approx Free Speech Green. HEX triplet: 01, CB and 0E. RGB value is (1,203,14). Sum of RGB (Red+Green+Blue) = 1+203+14=218 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 218); Green value is 203 (79.69% from 255 or 93.12% from 218); Blue value is 14 (5.86% from 255 or 6.42% from 218); Max value from RGB is 203 - color contains mainly: green. Hex color #01CB0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01CB0E is #FE34F1. Grayscale: #797979. Windows color (decimal): -16659698 or 969473. OLE color: 969473.

HSL color Cylindrical-coordinate representation of color #01CB0E: hue angle of 123.86º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01CB0E is Cyan = 1.00, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB120314-
CMYK1.0000.930.20
HSL123.86º99.02%40%-
HSV(B)123.86º99.51%79.61%-
XYZ21.4542.757.54-
YUV121.0667.5842.37-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 203 (79.69% from 255) = 93.12%
BLUE value IS 14 (5.86% from 255) = 6.42%
R=0.46%
G=93.12%
B=6.42%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1203141.0000.930.20123.8699.0240
Hex1CBE6405D147c6328
Octal13131614401352417414350
Binary11100101111101100100010111011010011111001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01CB0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01CB0E; }

 p { color: rgb(1,203,14); }

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

<style>
 a { background-color: #01CB0E; }

 a { background-color: rgb(1,203,14); }

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

<style>
 span { border-color: #01CB0E; }

 span { border-color: rgb(1,203,14); }

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