Html Css Color HEX #12F413 Free Speech Green

📋 copy color: '#12F413'

red 18 ◦ green 244 ◦ blue 19

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

Shades of Free Speech Green #12F413

Tints of Free Speech Green #12F413

RGB

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

 GREEN value IS 244 (95.7% from 255) = 86.83%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 6.41%
G = 86.83%
B = 6.76%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#12F413 (or 0x12F413) is known color: Free Speech Green. HEX triplet: 12, F4 and 13. RGB value is (18,244,19). Sum of RGB (Red+Green+Blue) = 18+244+19=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 244 (95.70% from 255 or 86.83% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 244 - color contains mainly: green. Hex color #12F413 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F413 is #ED0BEC. Grayscale: #979797. Windows color (decimal): -15535085 or 1307666. OLE color: 1307666.

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

Color convert

RGB 18 244 19 -
CMYK 0.93 0 0.92 0.04
HSL 120.27º 0.91% 0.51% -
HSV(B) 120.27º 0.93% 0.96% -
XYZ 32.72 64.88 11.41 -
YUV 150.78 53.63 33.3 -
System Red Green Blue C M Y K H S L
Decimal 18 244 19 0.93 0 0.92 0.04 120.27 0.91 0.51
Hex 12 F4 13 5D 0 5C 4 78 5B 33
Octal 22 364 23 135 0 134 4 170 133 63
Binary 10010 11110100 10011 1011101 0 1011100 100 1111000 1011011 110011

Color Harmonies of #12F413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F413

Black with #12F413

Text Example


Text Example

White with #12F413

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,244,19); }

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

background-color css

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

 a { background-color: rgb(18,244,19); }

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

border-color css

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

 span { border-color: rgb(18,244,19); }

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