Html Css Color HEX #0EE00A Free Speech Green

📋 copy color: '#0EE00A'

red 14 ◦ green 224 ◦ blue 10

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

Shades of Free Speech Green #0EE00A

Tints of Free Speech Green #0EE00A

RGB

 RED value IS 14 (5.86% from 255) = 5.65%

 GREEN value IS 224 (87.89% from 255) = 90.32%

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 5.65%
G = 90.32%
B = 4.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#0EE00A (or 0x0EE00A) is known color: Free Speech Green. HEX triplet: 0E, E0 and 0A. RGB value is (14,224,10). Sum of RGB (Red+Green+Blue) = 14+224+10=248 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.65% from 248); Green value is 224 (87.89% from 255 or 90.32% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 224 - color contains mainly: green. Hex color #0EE00A is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EE00A is #F11FF5. Grayscale: #898989. Windows color (decimal): -15802358 or 712718. OLE color: 712718.

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

Color convert

RGB 14 224 10 -
CMYK 0.94 0 0.96 0.12
HSL 118.88º 0.91% 0.46% -
HSV(B) 118.88º 0.96% 0.88% -
XYZ 26.89 53.43 9.18 -
YUV 136.81 56.43 40.4 -
System Red Green Blue C M Y K H S L
Decimal 14 224 10 0.94 0 0.96 0.12 118.88 0.91 0.46
Hex E E0 A 5E 0 60 C 77 5B 2E
Octal 16 340 12 136 0 140 14 167 133 56
Binary 1110 11100000 1010 1011110 0 1100000 1100 1110111 1011011 101110

Color Harmonies of #0EE00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE00A

Black with #0EE00A

Text Example


Text Example

White with #0EE00A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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