#0CCE17

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

Shades of Free Speech Green #0CCE17

Tints of Free Speech Green #0CCE17

Color information

#0CCE17 (or 0x0CCE17) is unknown color: approx Free Speech Green. HEX triplet: 0C, CE and 17. RGB value is (12,206,23). Sum of RGB (Red+Green+Blue) = 12+206+23=241 (31% of max value = 765). Red value is 12 (5.08% from 255 or 4.98% from 241); Green value is 206 (80.86% from 255 or 85.48% from 241); Blue value is 23 (9.38% from 255 or 9.54% from 241); Max value from RGB is 206 - color contains mainly: green. Hex color #0CCE17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0CCE17 is #F331E8. Grayscale: #7F7F7F. Windows color (decimal): -15938025 or 1560076. OLE color: 1560076.

HSL color Cylindrical-coordinate representation of color #0CCE17: hue angle of 123.4º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0CCE17 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.19.

Color convert

RGB1220623-
CMYK0.9400.890.19
HSL123.4º88.99%42.75%-
HSV(B)123.4º94.17%80.78%-
XYZ22.3844.288.18-
YUV127.1369.2345.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.98%
GREEN value IS 206 (80.86% from 255) = 85.48%
BLUE value IS 23 (9.38% from 255) = 9.54%
R=4.98%
G=85.48%
B=9.54%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal12206230.9400.890.19123.488.9942.75
HexCCE175E059137b592b
Octal143162713601312317313153
Binary110011001110101111011110010110011001111110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CCE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0CCE17; }

 p { color: rgb(12,206,23); }

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

<style>
 a { background-color: #0CCE17; }

 a { background-color: rgb(12,206,23); }

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

<style>
 span { border-color: #0CCE17; }

 span { border-color: rgb(12,206,23); }

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