Html Css Color HEX #00D60E Free Speech Green

📋 copy color: '#00D60E'

red 0 ◦ green 214 ◦ blue 14

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

Shades of Free Speech Green #00D60E

Tints of Free Speech Green #00D60E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 93.86%

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

R = 0%
G = 93.86%
B = 6.14%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#00D60E (or 0x00D60E) is known color: Free Speech Green. HEX triplet: 00, D6 and 0E. RGB value is (0,214,14). Sum of RGB (Red+Green+Blue) = 0+214+14=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 214 (83.98% from 255 or 93.86% from 228); Blue value is 14 (5.86% from 255 or 6.14% from 228); Max value from RGB is 214 - color contains mainly: green. Hex color #00D60E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D60E is #FF29F1. Grayscale: #7F7F7F. Windows color (decimal): -16722418 or 972288. OLE color: 972288.

HSL color Cylindrical-coordinate representation of color #00D60E: hue angle of 123.93º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D60E is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 0 214 14 -
CMYK 1 0 0.93 0.16
HSL 123.93º 1% 0.42% -
HSV(B) 123.93º 1% 0.84% -
XYZ 24.13 48.12 8.43 -
YUV 127.21 64.1 37.26 -
System Red Green Blue C M Y K H S L
Decimal 0 214 14 1 0 0.93 0.16 123.93 1 0.42
Hex 0 D6 E 64 0 5D 10 7C 64 2A
Octal 0 326 16 144 0 135 20 174 144 52
Binary 0 11010110 1110 1100100 0 1011101 10000 1111100 1100100 101010

Color Harmonies of #00D60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D60E

Black with #00D60E

Text Example


Text Example

White with #00D60E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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