Html Css Color HEX #00DF0E Free Speech Green

📋 copy color: '#00DF0E'

red 0 ◦ green 223 ◦ blue 14

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

Shades of Free Speech Green #00DF0E

Tints of Free Speech Green #00DF0E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 223 (87.5% from 255) = 94.09%

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

R = 0%
G = 94.09%
B = 5.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#00DF0E (or 0x00DF0E) is known color: Free Speech Green. HEX triplet: 00, DF and 0E. RGB value is (0,223,14). Sum of RGB (Red+Green+Blue) = 0+223+14=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 223 (87.5% from 255 or 94.09% from 237); Blue value is 14 (5.86% from 255 or 5.91% from 237); Max value from RGB is 223 - color contains mainly: green. Hex color #00DF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DF0E is #FF20F1. Grayscale: #858585. Windows color (decimal): -16720114 or 974592. OLE color: 974592.

HSL color Cylindrical-coordinate representation of color #00DF0E: hue angle of 123.77º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00DF0E is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 223 14 -
CMYK 1 0 0.94 0.13
HSL 123.77º 1% 0.44% -
HSV(B) 123.77º 1% 0.87% -
XYZ 26.47 52.81 9.21 -
YUV 132.5 61.12 33.49 -
System Red Green Blue C M Y K H S L
Decimal 0 223 14 1 0 0.94 0.13 123.77 1 0.44
Hex 0 DF E 64 0 5E D 7C 64 2C
Octal 0 337 16 144 0 136 15 174 144 54
Binary 0 11011111 1110 1100100 0 1011110 1101 1111100 1100100 101100

Color Harmonies of #00DF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DF0E

Black with #00DF0E

Text Example


Text Example

White with #00DF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00DF0E; }

 p { color: rgb(0,223,14); }

 H1.HeaderClassName
 {
   color: #00DF0E;
 }
 .AnyTagClassName
 {
   color: #00DF0E;
 }
</style>

background-color css

<style>
 a { background-color: #00DF0E; }

 a { background-color: rgb(0,223,14); }

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

border-color css

<style>
 span { border-color: #00DF0E; }

 span { border-color: rgb(0,223,14); }

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