Html Css Color HEX #12DB24 Free Speech Green

📋 copy color: '#12DB24'

red 18 ◦ green 219 ◦ blue 36

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

Shades of Free Speech Green #12DB24

Tints of Free Speech Green #12DB24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.19%

R = 6.59%
G = 80.22%
B = 13.19%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.14

RGB Variations

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

Color information

#12DB24 (or 0x12DB24) is known color: Free Speech Green. HEX triplet: 12, DB and 24. RGB value is (18,219,36). Sum of RGB (Red+Green+Blue) = 18+219+36=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 219 (85.94% from 255 or 80.22% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 219 - color contains mainly: green. Hex color #12DB24 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DB24 is #ED24DB. Grayscale: #8A8A8A. Windows color (decimal): -15541468 or 2415378. OLE color: 2415378.

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

Color convert

RGB 18 219 36 -
CMYK 0.92 0 0.84 0.14
HSL 125.37º 0.85% 0.46% -
HSV(B) 125.37º 0.92% 0.86% -
XYZ 25.9 50.92 10.13 -
YUV 138.04 70.41 42.38 -
System Red Green Blue C M Y K H S L
Decimal 18 219 36 0.92 0 0.84 0.14 125.37 0.85 0.46
Hex 12 DB 24 5C 0 54 E 7D 55 2E
Octal 22 333 44 134 0 124 16 175 125 56
Binary 10010 11011011 100100 1011100 0 1010100 1110 1111101 1010101 101110

Color Harmonies of #12DB24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DB24

Black with #12DB24

Text Example


Text Example

White with #12DB24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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