Html Css Color HEX #12D71D Free Speech Green

📋 copy color: '#12D71D'

red 18 ◦ green 215 ◦ blue 29

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

Shades of Free Speech Green #12D71D

Tints of Free Speech Green #12D71D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 82.06%

 BLUE value IS 29 (11.72% from 255) = 11.07%

R = 6.87%
G = 82.06%
B = 11.07%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#12D71D (or 0x12D71D) is known color: Free Speech Green. HEX triplet: 12, D7 and 1D. RGB value is (18,215,29). Sum of RGB (Red+Green+Blue) = 18+215+29=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 215 (84.38% from 255 or 82.06% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 215 - color contains mainly: green. Hex color #12D71D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12D71D is #ED28E2. Grayscale: #878787. Windows color (decimal): -15542499 or 1955602. OLE color: 1955602.

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

Color convert

RGB 18 215 29 -
CMYK 0.92 0 0.87 0.16
HSL 123.35º 0.85% 0.46% -
HSV(B) 123.35º 0.92% 0.84% -
XYZ 24.77 48.82 9.28 -
YUV 134.89 68.23 44.62 -
System Red Green Blue C M Y K H S L
Decimal 18 215 29 0.92 0 0.87 0.16 123.35 0.85 0.46
Hex 12 D7 1D 5C 0 57 10 7B 55 2E
Octal 22 327 35 134 0 127 20 173 125 56
Binary 10010 11010111 11101 1011100 0 1010111 10000 1111011 1010101 101110

Color Harmonies of #12D71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12D71D

Black with #12D71D

Text Example


Text Example

White with #12D71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,215,29); }

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

background-color css

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

 a { background-color: rgb(18,215,29); }

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

border-color css

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

 span { border-color: rgb(18,215,29); }

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