#0EE022

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

Shades of Free Speech Green #0EE022

Tints of Free Speech Green #0EE022

Color information

#0EE022 (or 0x0EE022) is unknown color: approx Free Speech Green. HEX triplet: 0E, E0 and 22. RGB value is (14,224,34). Sum of RGB (Red+Green+Blue) = 14+224+34=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 224 (87.89% from 255 or 82.35% from 272); Blue value is 34 (13.67% from 255 or 12.5% from 272); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EE022 is #F11FDD. Grayscale: #8C8C8C. Windows color (decimal): -15802334 or 2285582. OLE color: 2285582.

HSL color Cylindrical-coordinate representation of color #0EE022: hue angle of 125.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE022 is Cyan = 0.94, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.

Color convert

RGB1422434-
CMYK0.9400.850.12
HSL125.71º88.24%46.67%-
HSV(B)125.71º93.75%87.84%-
XYZ27.1353.5210.41-
YUV139.5568.4338.45-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.15%
GREEN value IS 224 (87.89% from 255) = 82.35%
BLUE value IS 34 (13.67% from 255) = 12.5%
R=5.15%
G=82.35%
B=12.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal14224340.9400.850.12125.7188.2446.67
HexEE0225E055C7e582f
Octal163404213601251417613057
Binary111011100000100010101111001010101110011111101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EE022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,224,34); }

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

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

 a { background-color: rgb(14,224,34); }

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

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

 span { border-color: rgb(14,224,34); }

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