Html Css Color HEX #01DF0B Free Speech Green

📋 copy color: '#01DF0B'

red 1 ◦ green 223 ◦ blue 11

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

Shades of Free Speech Green #01DF0B

Tints of Free Speech Green #01DF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.68%

R = 0.43%
G = 94.89%
B = 4.68%

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

#01DF0B (or 0x01DF0B) is known color: Free Speech Green. HEX triplet: 01, DF and 0B. RGB value is (1,223,11). Sum of RGB (Red+Green+Blue) = 1+223+11=235 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 235); Green value is 223 (87.5% from 255 or 94.89% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 223 - color contains mainly: green. Hex color #01DF0B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DF0B is #FE20F4. Grayscale: #858585. Windows color (decimal): -16654581 or 777985. OLE color: 777985.

HSL color Cylindrical-coordinate representation of color #01DF0B: hue angle of 122.7º 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 #01DF0B is Cyan = 1.00, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 1 223 11 -
CMYK 1.00 0 0.95 0.13
HSL 122.7º 0.99% 0.44% -
HSV(B) 122.7º 1% 0.87% -
XYZ 26.46 52.81 9.11 -
YUV 132.45 59.45 34.24 -
System Red Green Blue C M Y K H S L
Decimal 1 223 11 1.00 0 0.95 0.13 122.7 0.99 0.44
Hex 1 DF B 64 0 5F D 7B 63 2C
Octal 1 337 13 144 0 137 15 173 143 54
Binary 1 11011111 1011 1100100 0 1011111 1101 1111011 1100011 101100

Color Harmonies of #01DF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DF0B

Black with #01DF0B

Text Example


Text Example

White with #01DF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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