#0AEB1E

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

Shades of Free Speech Green #0AEB1E

Tints of Free Speech Green #0AEB1E

Color information

#0AEB1E (or 0x0AEB1E) is unknown color: approx Free Speech Green. HEX triplet: 0A, EB and 1E. RGB value is (10,235,30). Sum of RGB (Red+Green+Blue) = 10+235+30=275 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.64% from 275); Green value is 235 (92.19% from 255 or 85.45% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 235 - color contains mainly: green. Hex color #0AEB1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEB1E is #F514E1. Grayscale: #909090. Windows color (decimal): -16061666 or 2026250. OLE color: 2026250.

HSL color Cylindrical-coordinate representation of color #0AEB1E: hue angle of 125.33º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEB1E is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.08.

Color convert

RGB1023530-
CMYK0.9600.870.08
HSL125.33º91.84%48.04%-
HSV(B)125.33º95.74%92.16%-
XYZ30.0759.5711.14-
YUV144.3563.4632.17-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.64%
GREEN value IS 235 (92.19% from 255) = 85.45%
BLUE value IS 30 (12.11% from 255) = 10.91%
R=3.64%
G=85.45%
B=10.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal10235300.9600.870.08125.3391.8448.04
HexAEB1E6005787d5c30
Octal123533614001271017513460
Binary10101110101111110110000001010111100011111011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AEB1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,235,30); }

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

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

 a { background-color: rgb(10,235,30); }

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

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

 span { border-color: rgb(10,235,30); }

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