Html Css Color HEX #12DA13 Free Speech Green

📋 copy color: '#12DA13'

red 18 ◦ green 218 ◦ blue 19

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

Shades of Free Speech Green #12DA13

Tints of Free Speech Green #12DA13

RGB

 RED value IS 18 (7.42% from 255) = 7.06%

 GREEN value IS 218 (85.55% from 255) = 85.49%

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 7.06%
G = 85.49%
B = 7.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#12DA13 (or 0x12DA13) is known color: Free Speech Green. HEX triplet: 12, DA and 13. RGB value is (18,218,19). Sum of RGB (Red+Green+Blue) = 18+218+19=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 218 (85.55% from 255 or 85.49% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DA13 is #ED25EC. Grayscale: #888888. Windows color (decimal): -15541741 or 1301010. OLE color: 1301010.

HSL color Cylindrical-coordinate representation of color #12DA13: hue angle of 120.3º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12DA13 is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 19 -
CMYK 0.92 0 0.91 0.15
HSL 120.3º 0.85% 0.46% -
HSV(B) 120.3º 0.92% 0.85% -
XYZ 25.44 50.32 8.99 -
YUV 135.51 62.24 44.18 -
System Red Green Blue C M Y K H S L
Decimal 18 218 19 0.92 0 0.91 0.15 120.3 0.85 0.46
Hex 12 DA 13 5C 0 5B F 78 55 2E
Octal 22 332 23 134 0 133 17 170 125 56
Binary 10010 11011010 10011 1011100 0 1011011 1111 1111000 1010101 101110

Color Harmonies of #12DA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA13

Black with #12DA13

Text Example


Text Example

White with #12DA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12DA13; }

 p { color: rgb(18,218,19); }

 H1.HeaderClassName
 {
   color: #12DA13;
 }
 .AnyTagClassName
 {
   color: #12DA13;
 }
</style>

background-color css

<style>
 a { background-color: #12DA13; }

 a { background-color: rgb(18,218,19); }

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

border-color css

<style>
 span { border-color: #12DA13; }

 span { border-color: rgb(18,218,19); }

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