Html Css Color HEX #00D00C Free Speech Green

📋 copy color: '#00D00C'

red 0 ◦ green 208 ◦ blue 12

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

Shades of Free Speech Green #00D00C

Tints of Free Speech Green #00D00C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 94.55%

 BLUE value IS 12 (5.08% from 255) = 5.45%

R = 0%
G = 94.55%
B = 5.45%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#00D00C (or 0x00D00C) is known color: Free Speech Green. HEX triplet: 00, D0 and 0C. RGB value is (0,208,12). Sum of RGB (Red+Green+Blue) = 0+208+12=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 208 (81.64% from 255 or 94.55% from 220); Blue value is 12 (5.08% from 255 or 5.45% from 220); Max value from RGB is 208 - color contains mainly: green. Hex color #00D00C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00D00C is #FF2FF3. Grayscale: #7C7C7C. Windows color (decimal): -16723956 or 839680. OLE color: 839680.

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

Color convert

RGB 0 208 12 -
CMYK 1 0 0.94 0.18
HSL 123.46º 1% 0.41% -
HSV(B) 123.46º 1% 0.82% -
XYZ 22.62 45.14 7.87 -
YUV 123.46 65.09 39.94 -
System Red Green Blue C M Y K H S L
Decimal 0 208 12 1 0 0.94 0.18 123.46 1 0.41
Hex 0 D0 C 64 0 5E 12 7B 64 29
Octal 0 320 14 144 0 136 22 173 144 51
Binary 0 11010000 1100 1100100 0 1011110 10010 1111011 1100100 101001

Color Harmonies of #00D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00D00C

Black with #00D00C

Text Example


Text Example

White with #00D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,208,12); }

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

background-color css

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

 a { background-color: rgb(0,208,12); }

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

border-color css

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

 span { border-color: rgb(0,208,12); }

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