#0CE125

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

Shades of Free Speech Green #0CE125

Tints of Free Speech Green #0CE125

Color information

#0CE125 (or 0x0CE125) is unknown color: approx Free Speech Green. HEX triplet: 0C, E1 and 25. RGB value is (12,225,37). Sum of RGB (Red+Green+Blue) = 12+225+37=274 (36% of max value = 765). Red value is 12 (5.08% from 255 or 4.38% from 274); Green value is 225 (88.28% from 255 or 82.12% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 225 - color contains mainly: green. Hex color #0CE125 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0CE125 is #F31EDA. Grayscale: #8C8C8C. Windows color (decimal): -15933147 or 2482444. OLE color: 2482444.

HSL color Cylindrical-coordinate representation of color #0CE125: hue angle of 127.04º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0CE125 is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB1222537-
CMYK0.9500.840.12
HSL127.04º89.87%46.47%-
HSV(B)127.04º94.67%88.24%-
XYZ27.4154.0610.74-
YUV139.8869.9336.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.38%
GREEN value IS 225 (88.28% from 255) = 82.12%
BLUE value IS 37 (14.84% from 255) = 13.50%
R=4.38%
G=82.12%
B=13.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal12225370.9500.840.12127.0489.8746.47
HexCE1255F054C7f5a2e
Octal143414513701241417713256
Binary110011100001100101101111101010100110011111111011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0CE125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,225,37); }

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

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

 a { background-color: rgb(12,225,37); }

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

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

 span { border-color: rgb(12,225,37); }

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