Html Css Color HEX #0EEA06 Free Speech Green

📋 copy color: '#0EEA06'

red 14 ◦ green 234 ◦ blue 6

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

Shades of Free Speech Green #0EEA06

Tints of Free Speech Green #0EEA06

RGB

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

 GREEN value IS 234 (91.8% from 255) = 92.13%

 BLUE value IS 6 (2.73% from 255) = 2.36%

R = 5.51%
G = 92.13%
B = 2.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#0EEA06 (or 0x0EEA06) is known color: Free Speech Green. HEX triplet: 0E, EA and 06. RGB value is (14,234,6). Sum of RGB (Red+Green+Blue) = 14+234+6=254 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.51% from 254); Green value is 234 (91.80% from 255 or 92.13% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 234 - color contains mainly: green. Hex color #0EEA06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEA06 is #F115F9. Grayscale: #8E8E8E. Windows color (decimal): -15799802 or 453134. OLE color: 453134.

HSL color Cylindrical-coordinate representation of color #0EEA06: hue angle of 117.89º degrees, saturation: 0.95, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EEA06 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 234 6 -
CMYK 0.94 0 0.97 0.08
HSL 117.89º 0.95% 0.47% -
HSV(B) 117.89º 0.97% 0.92% -
XYZ 29.64 58.95 9.99 -
YUV 142.23 51.11 36.54 -
System Red Green Blue C M Y K H S L
Decimal 14 234 6 0.94 0 0.97 0.08 117.89 0.95 0.47
Hex E EA 6 5E 0 61 8 76 5F 2F
Octal 16 352 6 136 0 141 10 166 137 57
Binary 1110 11101010 110 1011110 0 1100001 1000 1110110 1011111 101111

Color Harmonies of #0EEA06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEA06

Black with #0EEA06

Text Example


Text Example

White with #0EEA06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,234,6); }

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

background-color css

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

 a { background-color: rgb(14,234,6); }

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

border-color css

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

 span { border-color: rgb(14,234,6); }

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