Html Css Color HEX #0EEE05 Free Speech Green

📋 copy color: '#0EEE05'

red 14 ◦ green 238 ◦ blue 5

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

Shades of Free Speech Green #0EEE05

Tints of Free Speech Green #0EEE05

RGB

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

 GREEN value IS 238 (93.36% from 255) = 92.61%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 5.45%
G = 92.61%
B = 1.95%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#0EEE05 (or 0x0EEE05) is known color: Free Speech Green. HEX triplet: 0E, EE and 05. RGB value is (14,238,5). Sum of RGB (Red+Green+Blue) = 14+238+5=257 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.45% from 257); Green value is 238 (93.36% from 255 or 92.61% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 238 - color contains mainly: green. Hex color #0EEE05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEE05 is #F111FA. Grayscale: #919191. Windows color (decimal): -15798779 or 388622. OLE color: 388622.

HSL color Cylindrical-coordinate representation of color #0EEE05: hue angle of 117.68º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0EEE05 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 14 238 5 -
CMYK 0.94 0 0.98 0.07
HSL 117.68º 0.96% 0.48% -
HSV(B) 117.68º 0.98% 0.93% -
XYZ 30.78 61.25 10.34 -
YUV 144.46 49.29 34.95 -
System Red Green Blue C M Y K H S L
Decimal 14 238 5 0.94 0 0.98 0.07 117.68 0.96 0.48
Hex E EE 5 5E 0 62 7 76 60 30
Octal 16 356 5 136 0 142 7 166 140 60
Binary 1110 11101110 101 1011110 0 1100010 111 1110110 1100000 110000

Color Harmonies of #0EEE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEE05

Black with #0EEE05

Text Example


Text Example

White with #0EEE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,238,5); }

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

background-color css

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

 a { background-color: rgb(14,238,5); }

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

border-color css

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

 span { border-color: rgb(14,238,5); }

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