Html Css Color HEX #12D50F Free Speech Green

📋 copy color: '#12D50F'

red 18 ◦ green 213 ◦ blue 15

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

Shades of Free Speech Green #12D50F

Tints of Free Speech Green #12D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 86.59%

 BLUE value IS 15 (6.25% from 255) = 6.1%

R = 7.32%
G = 86.59%
B = 6.1%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#12D50F (or 0x12D50F) is known color: Free Speech Green. HEX triplet: 12, D5 and 0F. RGB value is (18,213,15). Sum of RGB (Red+Green+Blue) = 18+213+15=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 213 (83.59% from 255 or 86.59% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 213 - color contains mainly: green. Hex color #12D50F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12D50F is #ED2AF0. Grayscale: #848484. Windows color (decimal): -15543025 or 1037586. OLE color: 1037586.

HSL color Cylindrical-coordinate representation of color #12D50F: hue angle of 119.09º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12D50F is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 213 15 -
CMYK 0.92 0 0.93 0.16
HSL 119.09º 0.87% 0.45% -
HSV(B) 119.09º 0.93% 0.84% -
XYZ 24.13 47.75 8.4 -
YUV 132.12 61.9 46.6 -
System Red Green Blue C M Y K H S L
Decimal 18 213 15 0.92 0 0.93 0.16 119.09 0.87 0.45
Hex 12 D5 F 5C 0 5D 10 77 57 2D
Octal 22 325 17 134 0 135 20 167 127 55
Binary 10010 11010101 1111 1011100 0 1011101 10000 1110111 1010111 101101

Color Harmonies of #12D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D50F

Black with #12D50F

Text Example


Text Example

White with #12D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,213,15); }

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

background-color css

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

 a { background-color: rgb(18,213,15); }

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

border-color css

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

 span { border-color: rgb(18,213,15); }

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