Html Css Color HEX #12DA04 Free Speech Green

📋 copy color: '#12DA04'

red 18 ◦ green 218 ◦ blue 4

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

Shades of Free Speech Green #12DA04

Tints of Free Speech Green #12DA04

RGB

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

 GREEN value IS 218 (85.55% from 255) = 90.83%

 BLUE value IS 4 (1.95% from 255) = 1.67%

R = 7.5%
G = 90.83%
B = 1.67%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#12DA04 (or 0x12DA04) is known color: Free Speech Green. HEX triplet: 12, DA and 04. RGB value is (18,218,4). Sum of RGB (Red+Green+Blue) = 18+218+4=240 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.5% from 240); Green value is 218 (85.55% from 255 or 90.83% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 218 - color contains mainly: green. Hex color #12DA04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12DA04 is #ED25FB. Grayscale: #868686. Windows color (decimal): -15541756 or 317970. OLE color: 317970.

HSL color Cylindrical-coordinate representation of color #12DA04: hue angle of 116.07º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12DA04 is Cyan = 0.92, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 18 218 4 -
CMYK 0.92 0 0.98 0.15
HSL 116.07º 0.96% 0.44% -
HSV(B) 116.07º 0.98% 0.85% -
XYZ 25.34 50.28 8.48 -
YUV 133.8 54.74 45.4 -
System Red Green Blue C M Y K H S L
Decimal 18 218 4 0.92 0 0.98 0.15 116.07 0.96 0.44
Hex 12 DA 4 5C 0 62 F 74 60 2C
Octal 22 332 4 134 0 142 17 164 140 54
Binary 10010 11011010 100 1011100 0 1100010 1111 1110100 1100000 101100

Color Harmonies of #12DA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12DA04

Black with #12DA04

Text Example


Text Example

White with #12DA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,218,4); }

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

background-color css

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

 a { background-color: rgb(18,218,4); }

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

border-color css

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

 span { border-color: rgb(18,218,4); }

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