Html Css Color HEX #01DF0C Free Speech Green

📋 copy color: '#01DF0C'

red 1 ◦ green 223 ◦ blue 12

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

Shades of Free Speech Green #01DF0C

Tints of Free Speech Green #01DF0C

RGB

 RED value IS 1 (0.78% from 255) = 0.42%

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

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

R = 0.42%
G = 94.49%
B = 5.08%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#01DF0C (or 0x01DF0C) is known color: Free Speech Green. HEX triplet: 01, DF and 0C. RGB value is (1,223,12). Sum of RGB (Red+Green+Blue) = 1+223+12=236 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 236); Green value is 223 (87.5% from 255 or 94.49% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF0C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF0C is #FE20F3. Grayscale: #858585. Windows color (decimal): -16654580 or 843521. OLE color: 843521.

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

Color convert

RGB 1 223 12 -
CMYK 1.00 0 0.95 0.13
HSL 122.97º 0.99% 0.44% -
HSV(B) 122.97º 1% 0.87% -
XYZ 26.47 52.81 9.15 -
YUV 132.57 59.95 34.16 -
System Red Green Blue C M Y K H S L
Decimal 1 223 12 1.00 0 0.95 0.13 122.97 0.99 0.44
Hex 1 DF C 64 0 5F D 7B 63 2C
Octal 1 337 14 144 0 137 15 173 143 54
Binary 1 11011111 1100 1100100 0 1011111 1101 1111011 1100011 101100

Color Harmonies of #01DF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF0C

Black with #01DF0C

Text Example


Text Example

White with #01DF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01DF0C; }

 p { color: rgb(1,223,12); }

 H1.HeaderClassName
 {
   color: #01DF0C;
 }
 .AnyTagClassName
 {
   color: #01DF0C;
 }
</style>

background-color css

<style>
 a { background-color: #01DF0C; }

 a { background-color: rgb(1,223,12); }

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

border-color css

<style>
 span { border-color: #01DF0C; }

 span { border-color: rgb(1,223,12); }

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