#1CCD00

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

Shades of Free Speech Green #1CCD00

Tints of Free Speech Green #1CCD00

Color information

#1CCD00 (or 0x1CCD00) is unknown color: approx Free Speech Green. HEX triplet: 1C, CD and 00. RGB value is (28,205,0). Sum of RGB (Red+Green+Blue) = 28+205+0=233 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.02% from 233); Green value is 205 (80.47% from 255 or 87.98% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD00 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCD00 is #E332FF. Grayscale: #818181. Windows color (decimal): -14889728 or 52508. OLE color: 52508.

HSL color Cylindrical-coordinate representation of color #1CCD00: hue angle of 111.8º 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 #1CCD00 is Cyan = 0.86, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB282050-
CMYK0.86010.20
HSL111.8º100%40.2%-
HSV(B)111.8º100%80.39%-
XYZ22.3143.917.3-
YUV128.7155.3656.17-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.02%
GREEN value IS 205 (80.47% from 255) = 87.98%
BLUE value IS 0 (0.39% from 255) = 0%
R=12.02%
G=87.98%
B=0%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2820500.86010.20111.810040.2
Hex1CCD05606414706428
Octal34315012601442416014450
Binary111001100110101010110011001001010011100001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CCD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1CCD00; }

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

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

<style>
 a { background-color: #1CCD00; }

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

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

<style>
 span { border-color: #1CCD00; }

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

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