Html Css Color HEX #12DC25 Free Speech Green

📋 copy color: '#12DC25'

red 18 ◦ green 220 ◦ blue 37

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

Shades of Free Speech Green #12DC25

Tints of Free Speech Green #12DC25

RGB

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

 GREEN value IS 220 (86.33% from 255) = 80%

 BLUE value IS 37 (14.84% from 255) = 13.45%

R = 6.55%
G = 80%
B = 13.45%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#12DC25 (or 0x12DC25) is known color: Free Speech Green. HEX triplet: 12, DC and 25. RGB value is (18,220,37). Sum of RGB (Red+Green+Blue) = 18+220+37=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 220 (86.33% from 255 or 80% from 275); Blue value is 37 (14.84% from 255 or 13.45% from 275); Max value from RGB is 220 - color contains mainly: green. Hex color #12DC25 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12DC25 is #ED23DA. Grayscale: #8B8B8B. Windows color (decimal): -15541211 or 2481170. OLE color: 2481170.

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

Color convert

RGB 18 220 37 -
CMYK 0.92 0 0.83 0.14
HSL 125.64º 0.85% 0.47% -
HSV(B) 125.64º 0.92% 0.86% -
XYZ 26.18 51.45 10.3 -
YUV 138.74 70.58 41.88 -
System Red Green Blue C M Y K H S L
Decimal 18 220 37 0.92 0 0.83 0.14 125.64 0.85 0.47
Hex 12 DC 25 5C 0 53 E 7E 55 2F
Octal 22 334 45 134 0 123 16 176 125 57
Binary 10010 11011100 100101 1011100 0 1010011 1110 1111110 1010101 101111

Color Harmonies of #12DC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DC25

Black with #12DC25

Text Example


Text Example

White with #12DC25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,220,37); }

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

background-color css

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

 a { background-color: rgb(18,220,37); }

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

border-color css

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

 span { border-color: rgb(18,220,37); }

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