#1CF706

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

Shades of Free Speech Green #1CF706

Tints of Free Speech Green #1CF706

Color information

#1CF706 (or 0x1CF706) is unknown color: approx Free Speech Green. HEX triplet: 1C, F7 and 06. RGB value is (28,247,6). Sum of RGB (Red+Green+Blue) = 28+247+6=281 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.96% from 281); Green value is 247 (96.88% from 255 or 87.90% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 247 - color contains mainly: green. Hex color #1CF706 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1CF706 is #E308F9. Grayscale: #9A9A9A. Windows color (decimal): -14878970 or 456476. OLE color: 456476.

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

Color convert

RGB282476-
CMYK0.8900.980.03
HSL114.52º95.26%49.61%-
HSV(B)114.52º97.57%96.86%-
XYZ33.7766.7811.28-
YUV154.0444.4538.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.96%
GREEN value IS 247 (96.88% from 255) = 87.90%
BLUE value IS 6 (2.73% from 255) = 2.14%
R=9.96%
G=87.90%
B=2.14%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2824760.8900.980.03114.5295.2649.61
Hex1CF76590623735f32
Octal3436761310142316313762
Binary11100111101111101011001011000101111100111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CF706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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