#01D00A

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

Shades of Free Speech Green #01D00A

Tints of Free Speech Green #01D00A

Color information

#01D00A (or 0x01D00A) is unknown color: approx Free Speech Green. HEX triplet: 01, D0 and 0A. RGB value is (1,208,10). Sum of RGB (Red+Green+Blue) = 1+208+10=219 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 219); Green value is 208 (81.64% from 255 or 94.98% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 208 - color contains mainly: green. Hex color #01D00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01D00A is #FE2FF5. Grayscale: #7C7C7C. Windows color (decimal): -16658422 or 708609. OLE color: 708609.

HSL color Cylindrical-coordinate representation of color #01D00A: hue angle of 122.61º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01D00A is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.

Color convert

RGB120810-
CMYK1.0000.950.18
HSL122.61º99.04%40.98%-
HSV(B)122.61º99.52%81.57%-
XYZ22.6245.147.81-
YUV123.5463.9240.6-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.46%
GREEN value IS 208 (81.64% from 255) = 94.98%
BLUE value IS 10 (4.30% from 255) = 4.57%
R=0.46%
G=94.98%
B=4.57%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1208101.0000.950.18122.6199.0440.98
Hex1D0A6405F127b6329
Octal13201214401372217314351
Binary11101000010101100100010111111001011110111100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01D00A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,208,10); }

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

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

 a { background-color: rgb(1,208,10); }

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

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

 span { border-color: rgb(1,208,10); }

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