#1CF70C

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

Shades of Free Speech Green #1CF70C

Tints of Free Speech Green #1CF70C

Color information

#1CF70C (or 0x1CF70C) is unknown color: approx Free Speech Green. HEX triplet: 1C, F7 and 0C. RGB value is (28,247,12). Sum of RGB (Red+Green+Blue) = 28+247+12=287 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.76% from 287); Green value is 247 (96.88% from 255 or 86.06% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF70C is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF70C is #E308F3. Grayscale: #9B9B9B. Windows color (decimal): -14878964 or 849692. OLE color: 849692.

HSL color Cylindrical-coordinate representation of color #1CF70C: hue angle of 115.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CF70C is Cyan = 0.89, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB2824712-
CMYK0.8900.950.03
HSL115.91º93.63%50.78%-
HSV(B)115.91º95.14%96.86%-
XYZ33.8166.7911.46-
YUV154.7347.4537.61-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.76%
GREEN value IS 247 (96.88% from 255) = 86.06%
BLUE value IS 12 (5.08% from 255) = 4.18%
R=9.76%
G=86.06%
B=4.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal28247120.8900.950.03115.9193.6350.78
Hex1CF7C5905F3745e33
Octal34367141310137316413663
Binary111001111011111001011001010111111111101001011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF70C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,247,12); }

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

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

 a { background-color: rgb(28,247,12); }

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

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

 span { border-color: rgb(28,247,12); }

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