#0CEE23

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

Shades of Free Speech Green #0CEE23

Tints of Free Speech Green #0CEE23

Color information

#0CEE23 (or 0x0CEE23) is unknown color: approx Free Speech Green. HEX triplet: 0C, EE and 23. RGB value is (12,238,35). Sum of RGB (Red+Green+Blue) = 12+238+35=285 (37% of max value = 765). Red value is 12 (5.08% from 255 or 4.21% from 285); Green value is 238 (93.36% from 255 or 83.51% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 238 - color contains mainly: green. Hex color #0CEE23 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0CEE23 is #F311DC. Grayscale: #939393. Windows color (decimal): -15929821 or 2354700. OLE color: 2354700.

HSL color Cylindrical-coordinate representation of color #0CEE23: hue angle of 126.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CEE23 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB1223835-
CMYK0.9500.850.07
HSL126.11º90.4%49.02%-
HSV(B)126.11º94.96%93.33%-
XYZ31.0361.3511.8-
YUV147.2864.6331.51-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.21%
GREEN value IS 238 (93.36% from 255) = 83.51%
BLUE value IS 35 (14.06% from 255) = 12.28%
R=4.21%
G=83.51%
B=12.28%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12238350.9500.850.07126.1190.449.02
HexCEE235F05577e5a31
Octal14356431370125717613261
Binary11001110111010001110111110101010111111111101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CEE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,238,35); }

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

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

 a { background-color: rgb(12,238,35); }

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

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

 span { border-color: rgb(12,238,35); }

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