Html Css Color HEX #0EE619 Free Speech Green

📋 copy color: '#0EE619'

red 14 ◦ green 230 ◦ blue 25

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

Shades of Free Speech Green #0EE619

Tints of Free Speech Green #0EE619

RGB

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

 GREEN value IS 230 (90.23% from 255) = 85.5%

 BLUE value IS 25 (10.16% from 255) = 9.29%

R = 5.2%
G = 85.5%
B = 9.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.89

 K value IS 0.10

RGB Variations

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

Color information

#0EE619 (or 0x0EE619) is known color: Free Speech Green. HEX triplet: 0E, E6 and 19. RGB value is (14,230,25). Sum of RGB (Red+Green+Blue) = 14+230+25=269 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.20% from 269); Green value is 230 (90.23% from 255 or 85.50% from 269); Blue value is 25 (10.16% from 255 or 9.29% from 269); Max value from RGB is 230 - color contains mainly: green. Hex color #0EE619 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EE619 is #F119E6. Grayscale: #8E8E8E. Windows color (decimal): -15800807 or 1697294. OLE color: 1697294.

HSL color Cylindrical-coordinate representation of color #0EE619: hue angle of 123.06º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EE619 is Cyan = 0.94, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.10.

Color convert

RGB 14 230 25 -
CMYK 0.94 0 0.89 0.10
HSL 123.06º 0.89% 0.48% -
HSV(B) 123.06º 0.94% 0.9% -
XYZ 28.65 56.76 10.36 -
YUV 142.05 61.94 36.67 -
System Red Green Blue C M Y K H S L
Decimal 14 230 25 0.94 0 0.89 0.10 123.06 0.89 0.48
Hex E E6 19 5E 0 59 A 7B 59 30
Octal 16 346 31 136 0 131 12 173 131 60
Binary 1110 11100110 11001 1011110 0 1011001 1010 1111011 1011001 110000

Color Harmonies of #0EE619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EE619

Black with #0EE619

Text Example


Text Example

White with #0EE619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,230,25); }

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

background-color css

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

 a { background-color: rgb(14,230,25); }

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

border-color css

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

 span { border-color: rgb(14,230,25); }

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