#00CD0F

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

Shades of Free Speech Green #00CD0F

Tints of Free Speech Green #00CD0F

Color information

#00CD0F (or 0x00CD0F) is unknown color: approx Free Speech Green. HEX triplet: 00, CD and 0F. RGB value is (0,205,15). Sum of RGB (Red+Green+Blue) = 0+205+15=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 205 (80.47% from 255 or 93.18% from 220); Blue value is 15 (6.25% from 255 or 6.82% from 220); Max value from RGB is 205 - color contains mainly: green. Hex color #00CD0F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CD0F is #FF32F0. Grayscale: #7A7A7A. Windows color (decimal): -16724721 or 1035520. OLE color: 1035520.

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

Color convert

RGB020515-
CMYK100.930.20
HSL124.39º100%40.2%-
HSV(B)124.39º100%80.39%-
XYZ21.9243.77.73-
YUV122.0467.5840.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 205 (80.47% from 255) = 93.18%
BLUE value IS 15 (6.25% from 255) = 6.82%
R=0%
G=93.18%
B=6.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal020515100.930.20124.3910040.2
Hex0CDF6405D147c6428
Octal03151714401352417414450
Binary01100110111111100100010111011010011111001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00CD0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00CD0F; }

 p { color: rgb(0,205,15); }

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

<style>
 a { background-color: #00CD0F; }

 a { background-color: rgb(0,205,15); }

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

<style>
 span { border-color: #00CD0F; }

 span { border-color: rgb(0,205,15); }

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