Html Css Color HEX #12CE04 Free Speech Green

📋 copy color: '#12CE04'

red 18 ◦ green 206 ◦ blue 4

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

Shades of Free Speech Green #12CE04

Tints of Free Speech Green #12CE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 90.35%

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

R = 7.89%
G = 90.35%
B = 1.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#12CE04 (or 0x12CE04) is known color: Free Speech Green. HEX triplet: 12, CE and 04. RGB value is (18,206,4). Sum of RGB (Red+Green+Blue) = 18+206+4=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 206 (80.86% from 255 or 90.35% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 206 - color contains mainly: green. Hex color #12CE04 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CE04 is #ED31FB. Grayscale: #7F7F7F. Windows color (decimal): -15544828 or 314898. OLE color: 314898.

HSL color Cylindrical-coordinate representation of color #12CE04: hue angle of 115.84º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12CE04 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 18 206 4 -
CMYK 0.91 0 0.98 0.19
HSL 115.84º 0.96% 0.41% -
HSV(B) 115.84º 0.98% 0.81% -
XYZ 22.34 44.28 7.48 -
YUV 126.76 58.72 50.43 -
System Red Green Blue C M Y K H S L
Decimal 18 206 4 0.91 0 0.98 0.19 115.84 0.96 0.41
Hex 12 CE 4 5B 0 62 13 74 60 29
Octal 22 316 4 133 0 142 23 164 140 51
Binary 10010 11001110 100 1011011 0 1100010 10011 1110100 1100000 101001

Color Harmonies of #12CE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CE04

Black with #12CE04

Text Example


Text Example

White with #12CE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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