Html Css Color HEX #12E62D Free Speech Green

📋 copy color: '#12E62D'

red 18 ◦ green 230 ◦ blue 45

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

Shades of Free Speech Green #12E62D

Tints of Free Speech Green #12E62D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 78.5%

 BLUE value IS 45 (17.97% from 255) = 15.36%

R = 6.14%
G = 78.5%
B = 15.36%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.80

 K value IS 0.10

RGB Variations

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

Color information

#12E62D (or 0x12E62D) is known color: Free Speech Green. HEX triplet: 12, E6 and 2D. RGB value is (18,230,45). Sum of RGB (Red+Green+Blue) = 18+230+45=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 230 (90.23% from 255 or 78.50% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 230 - color contains mainly: green. Hex color #12E62D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12E62D is #ED19D2. Grayscale: #929292. Windows color (decimal): -15538643 or 3008018. OLE color: 3008018.

HSL color Cylindrical-coordinate representation of color #12E62D: hue angle of 127.64º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #12E62D is Cyan = 0.92, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.

Color convert

RGB 18 230 45 -
CMYK 0.92 0 0.80 0.10
HSL 127.64º 0.85% 0.49% -
HSV(B) 127.64º 0.92% 0.9% -
XYZ 29.02 56.91 11.94 -
YUV 145.52 71.26 37.04 -
System Red Green Blue C M Y K H S L
Decimal 18 230 45 0.92 0 0.80 0.10 127.64 0.85 0.49
Hex 12 E6 2D 5C 0 50 A 80 55 31
Octal 22 346 55 134 0 120 12 200 125 61
Binary 10010 11100110 101101 1011100 0 1010000 1010 10000000 1010101 110001

Color Harmonies of #12E62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12E62D

Black with #12E62D

Text Example


Text Example

White with #12E62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,230,45); }

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

background-color css

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

 a { background-color: rgb(18,230,45); }

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

border-color css

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

 span { border-color: rgb(18,230,45); }

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