#0AEE23

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

Shades of Free Speech Green #0AEE23

Tints of Free Speech Green #0AEE23

Color information

#0AEE23 (or 0x0AEE23) is unknown color: approx Free Speech Green. HEX triplet: 0A, EE and 23. RGB value is (10,238,35). Sum of RGB (Red+Green+Blue) = 10+238+35=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 238 (93.36% from 255 or 84.10% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE23 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEE23 is #F511DC. Grayscale: #939393. Windows color (decimal): -16060893 or 2354698. OLE color: 2354698.

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

Color convert

RGB1023835-
CMYK0.9600.850.07
HSL126.58º91.94%48.63%-
HSV(B)126.58º95.8%93.33%-
XYZ3161.3311.79-
YUV146.6964.9630.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 238 (93.36% from 255) = 84.10%
BLUE value IS 35 (14.06% from 255) = 12.37%
R=3.53%
G=84.10%
B=12.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10238350.9600.850.07126.5891.9448.63
HexAEE236005577f5c31
Octal12356431400125717713461
Binary10101110111010001111000000101010111111111111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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