Html Css Color HEX #12C908 Free Speech Green

📋 copy color: '#12C908'

red 18 ◦ green 201 ◦ blue 8

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

Shades of Free Speech Green #12C908

Tints of Free Speech Green #12C908

RGB

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

 GREEN value IS 201 (78.91% from 255) = 88.55%

 BLUE value IS 8 (3.52% from 255) = 3.52%

R = 7.93%
G = 88.55%
B = 3.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.96

 K value IS 0.21

RGB Variations

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

Color information

#12C908 (or 0x12C908) is known color: Free Speech Green. HEX triplet: 12, C9 and 08. RGB value is (18,201,8). Sum of RGB (Red+Green+Blue) = 18+201+8=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 201 (78.91% from 255 or 88.55% from 227); Blue value is 8 (3.52% from 255 or 3.52% from 227); Max value from RGB is 201 - color contains mainly: green. Hex color #12C908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C908 is #ED36F7. Grayscale: #7C7C7C. Windows color (decimal): -15546104 or 575762. OLE color: 575762.

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

Color convert

RGB 18 201 8 -
CMYK 0.91 0 0.96 0.21
HSL 116.89º 0.92% 0.41% -
HSV(B) 116.89º 0.96% 0.79% -
XYZ 21.18 41.92 7.2 -
YUV 124.28 62.37 52.19 -
System Red Green Blue C M Y K H S L
Decimal 18 201 8 0.91 0 0.96 0.21 116.89 0.92 0.41
Hex 12 C9 8 5B 0 60 15 75 5C 29
Octal 22 311 10 133 0 140 25 165 134 51
Binary 10010 11001001 1000 1011011 0 1100000 10101 1110101 1011100 101001

Color Harmonies of #12C908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C908

Black with #12C908

Text Example


Text Example

White with #12C908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,201,8); }

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

background-color css

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

 a { background-color: rgb(18,201,8); }

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

border-color css

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

 span { border-color: rgb(18,201,8); }

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