Html Css Color HEX #0AE811 Free Speech Green

📋 copy color: '#0AE811'

red 10 ◦ green 232 ◦ blue 17

#0AE811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0AE811

Tints of Free Speech Green #0AE811

RGB

 RED value IS 10 (4.3% from 255) = 3.86%

 GREEN value IS 232 (91.02% from 255) = 89.58%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 3.86%
G = 89.58%
B = 6.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.09

RGB Variations

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

Color information

#0AE811 (or 0x0AE811) is known color: Free Speech Green. HEX triplet: 0A, E8 and 11. RGB value is (10,232,17). Sum of RGB (Red+Green+Blue) = 10+232+17=259 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.86% from 259); Green value is 232 (91.02% from 255 or 89.58% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 232 - color contains mainly: green. Hex color #0AE811 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AE811 is #F517EE. Grayscale: #8D8D8D. Windows color (decimal): -16062447 or 1173514. OLE color: 1173514.

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

Color convert

RGB 10 232 17 -
CMYK 0.96 0 0.93 0.09
HSL 121.89º 0.92% 0.47% -
HSV(B) 121.89º 0.96% 0.91% -
XYZ 29.08 57.82 10.16 -
YUV 141.11 57.95 34.48 -
System Red Green Blue C M Y K H S L
Decimal 10 232 17 0.96 0 0.93 0.09 121.89 0.92 0.47
Hex A E8 11 60 0 5D 9 7A 5C 2F
Octal 12 350 21 140 0 135 11 172 134 57
Binary 1010 11101000 10001 1100000 0 1011101 1001 1111010 1011100 101111

Color Harmonies of #0AE811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE811

Black with #0AE811

Text Example


Text Example

White with #0AE811

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,232,17); }

 H1.HeaderClassName
 {
   color: #0AE811;
 }
 .AnyTagClassName
 {
   color: #0AE811;
 }
</style>

background-color css

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

 a { background-color: rgb(10,232,17); }

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

border-color css

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

 span { border-color: rgb(10,232,17); }

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