Html Css Color HEX #01DB12 Free Speech Green

📋 copy color: '#01DB12'

red 1 ◦ green 219 ◦ blue 18

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

Shades of Free Speech Green #01DB12

Tints of Free Speech Green #01DB12

RGB

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

 GREEN value IS 219 (85.94% from 255) = 92.02%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 0.42%
G = 92.02%
B = 7.56%

CMYK

 C value IS 1.00

 M value IS 0

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#01DB12 (or 0x01DB12) is known color: Free Speech Green. HEX triplet: 01, DB and 12. RGB value is (1,219,18). Sum of RGB (Red+Green+Blue) = 1+219+18=238 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 238); Green value is 219 (85.94% from 255 or 92.02% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 219 - color contains mainly: green. Hex color #01DB12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #01DB12 is #FE24ED. Grayscale: #838383. Windows color (decimal): -16655598 or 1235713. OLE color: 1235713.

HSL color Cylindrical-coordinate representation of color #01DB12: hue angle of 124.68º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01DB12 is Cyan = 1.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 219 18 -
CMYK 1.00 0 0.92 0.14
HSL 124.68º 0.99% 0.43% -
HSV(B) 124.68º 1% 0.86% -
XYZ 25.45 50.71 9.02 -
YUV 130.9 64.28 35.34 -
System Red Green Blue C M Y K H S L
Decimal 1 219 18 1.00 0 0.92 0.14 124.68 0.99 0.43
Hex 1 DB 12 64 0 5C E 7D 63 2B
Octal 1 333 22 144 0 134 16 175 143 53
Binary 1 11011011 10010 1100100 0 1011100 1110 1111101 1100011 101011

Color Harmonies of #01DB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01DB12

Black with #01DB12

Text Example


Text Example

White with #01DB12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,219,18); }

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

background-color css

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

 a { background-color: rgb(1,219,18); }

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

border-color css

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

 span { border-color: rgb(1,219,18); }

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