Html Css Color HEX #00FD0D Free Speech Green

📋 copy color: '#00FD0D'

red 0 ◦ green 253 ◦ blue 13

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

Shades of Free Speech Green #00FD0D

Tints of Free Speech Green #00FD0D

RGB

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

 GREEN value IS 253 (99.22% from 255) = 95.11%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 0%
G = 95.11%
B = 4.89%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#00FD0D (or 0x00FD0D) is known color: Free Speech Green. HEX triplet: 00, FD and 0D. RGB value is (0,253,13). Sum of RGB (Red+Green+Blue) = 0+253+13=266 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 266); Green value is 253 (99.22% from 255 or 95.11% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 253 - color contains mainly: green. Hex color #00FD0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00FD0D is #FF02F2. Grayscale: #969696. Windows color (decimal): -16712435 or 916736. OLE color: 916736.

HSL color Cylindrical-coordinate representation of color #00FD0D: hue angle of 123.08º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FD0D is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 253 13 -
CMYK 1 0 0.95 0.01
HSL 123.08º 1% 0.5% -
HSV(B) 123.08º 1% 0.99% -
XYZ 35.2 70.28 12.09 -
YUV 149.99 50.68 21.01 -
System Red Green Blue C M Y K H S L
Decimal 0 253 13 1 0 0.95 0.01 123.08 1 0.5
Hex 0 FD D 64 0 5F 1 7B 64 32
Octal 0 375 15 144 0 137 1 173 144 62
Binary 0 11111101 1101 1100100 0 1011111 1 1111011 1100100 110010

Color Harmonies of #00FD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00FD0D

Black with #00FD0D

Text Example


Text Example

White with #00FD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,253,13); }

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

background-color css

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

 a { background-color: rgb(0,253,13); }

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

border-color css

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

 span { border-color: rgb(0,253,13); }

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