Html Css Color HEX #00DE14 Free Speech Green

📋 copy color: '#00DE14'

red 0 ◦ green 222 ◦ blue 20

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

Shades of Free Speech Green #00DE14

Tints of Free Speech Green #00DE14

RGB

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

 GREEN value IS 222 (87.11% from 255) = 91.74%

 BLUE value IS 20 (8.2% from 255) = 8.26%

R = 0%
G = 91.74%
B = 8.26%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#00DE14 (or 0x00DE14) is known color: Free Speech Green. HEX triplet: 00, DE and 14. RGB value is (0,222,20). Sum of RGB (Red+Green+Blue) = 0+222+20=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 222 (87.11% from 255 or 91.74% from 242); Blue value is 20 (8.20% from 255 or 8.26% from 242); Max value from RGB is 222 - color contains mainly: green. Hex color #00DE14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DE14 is #FF21EB. Grayscale: #858585. Windows color (decimal): -16720364 or 1367552. OLE color: 1367552.

HSL color Cylindrical-coordinate representation of color #00DE14: hue angle of 125.41º 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 #00DE14 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 222 20 -
CMYK 1 0 0.91 0.13
HSL 125.41º 1% 0.44% -
HSV(B) 125.41º 1% 0.87% -
XYZ 26.25 52.29 9.37 -
YUV 132.59 64.45 33.43 -
System Red Green Blue C M Y K H S L
Decimal 0 222 20 1 0 0.91 0.13 125.41 1 0.44
Hex 0 DE 14 64 0 5B D 7D 64 2C
Octal 0 336 24 144 0 133 15 175 144 54
Binary 0 11011110 10100 1100100 0 1011011 1101 1111101 1100100 101100

Color Harmonies of #00DE14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00DE14

Black with #00DE14

Text Example


Text Example

White with #00DE14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,222,20); }

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

background-color css

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

 a { background-color: rgb(0,222,20); }

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

border-color css

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

 span { border-color: rgb(0,222,20); }

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