#0CE426

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

Shades of Free Speech Green #0CE426

Tints of Free Speech Green #0CE426

Color information

#0CE426 (or 0x0CE426) is unknown color: approx Free Speech Green. HEX triplet: 0C, E4 and 26. RGB value is (12,228,38). Sum of RGB (Red+Green+Blue) = 12+228+38=278 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.32% from 278); Green value is 228 (89.45% from 255 or 82.01% from 278); Blue value is 38 (15.23% from 255 or 13.67% from 278); Max value from RGB is 228 - color contains mainly: green. Hex color #0CE426 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE426 is #F31BD9. Grayscale: #8E8E8E. Windows color (decimal): -15932378 or 2548748. OLE color: 2548748.

HSL color Cylindrical-coordinate representation of color #0CE426: hue angle of 127.22º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE426 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.

Color convert

RGB1222838-
CMYK0.9500.830.11
HSL127.22º90%47.06%-
HSV(B)127.22º94.74%89.41%-
XYZ28.2455.711.1-
YUV141.7669.4435.45-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.32%
GREEN value IS 228 (89.45% from 255) = 82.01%
BLUE value IS 38 (15.23% from 255) = 13.67%
R=4.32%
G=82.01%
B=13.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal12228380.9500.830.11127.229047.06
HexCE4265F053B7f5a2f
Octal143444613701231317713257
Binary110011100100100110101111101010011101111111111011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,228,38); }

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

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

 a { background-color: rgb(12,228,38); }

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

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

 span { border-color: rgb(12,228,38); }

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