Html Css Color HEX #0AEF0E Free Speech Green

📋 copy color: '#0AEF0E'

red 10 ◦ green 239 ◦ blue 14

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

Shades of Free Speech Green #0AEF0E

Tints of Free Speech Green #0AEF0E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 90.87%

 BLUE value IS 14 (5.86% from 255) = 5.32%

R = 3.8%
G = 90.87%
B = 5.32%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#0AEF0E (or 0x0AEF0E) is known color: Free Speech Green. HEX triplet: 0A, EF and 0E. RGB value is (10,239,14). Sum of RGB (Red+Green+Blue) = 10+239+14=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 239 (93.75% from 255 or 90.87% from 263); Blue value is 14 (5.86% from 255 or 5.32% from 263); Max value from RGB is 239 - color contains mainly: green. Hex color #0AEF0E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AEF0E is #F510F1. Grayscale: #919191. Windows color (decimal): -16060658 or 978698. OLE color: 978698.

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

Color convert

RGB 10 239 14 -
CMYK 0.96 0 0.94 0.06
HSL 121.05º 0.92% 0.49% -
HSV(B) 121.05º 0.96% 0.94% -
XYZ 31.07 61.83 10.71 -
YUV 144.88 54.13 31.8 -
System Red Green Blue C M Y K H S L
Decimal 10 239 14 0.96 0 0.94 0.06 121.05 0.92 0.49
Hex A EF E 60 0 5E 6 79 5C 31
Octal 12 357 16 140 0 136 6 171 134 61
Binary 1010 11101111 1110 1100000 0 1011110 110 1111001 1011100 110001

Color Harmonies of #0AEF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEF0E

Black with #0AEF0E

Text Example


Text Example

White with #0AEF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,239,14); }

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

background-color css

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

 a { background-color: rgb(10,239,14); }

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

border-color css

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

 span { border-color: rgb(10,239,14); }

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