Html Css Color HEX #12F830 Free Speech Green

📋 copy color: '#12F830'

red 18 ◦ green 248 ◦ blue 48

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

Shades of Free Speech Green #12F830

Tints of Free Speech Green #12F830

RGB

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

 GREEN value IS 248 (97.27% from 255) = 78.98%

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 5.73%
G = 78.98%
B = 15.29%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.81

 K value IS 0.03

RGB Variations

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

Color information

#12F830 (or 0x12F830) is known color: Free Speech Green. HEX triplet: 12, F8 and 30. RGB value is (18,248,48). Sum of RGB (Red+Green+Blue) = 18+248+48=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 248 (97.27% from 255 or 78.98% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 248 - color contains mainly: green. Hex color #12F830 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #12F830 is #ED07CF. Grayscale: #9D9D9D. Windows color (decimal): -15534032 or 3209234. OLE color: 3209234.

HSL color Cylindrical-coordinate representation of color #12F830: hue angle of 127.83º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #12F830 is Cyan = 0.93, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.

Color convert

RGB 18 248 48 -
CMYK 0.93 0 0.81 0.03
HSL 127.83º 0.94% 0.52% -
HSV(B) 127.83º 0.93% 0.97% -
XYZ 34.35 67.48 14.01 -
YUV 156.43 66.8 29.26 -
System Red Green Blue C M Y K H S L
Decimal 18 248 48 0.93 0 0.81 0.03 127.83 0.94 0.52
Hex 12 F8 30 5D 0 51 3 80 5E 34
Octal 22 370 60 135 0 121 3 200 136 64
Binary 10010 11111000 110000 1011101 0 1010001 11 10000000 1011110 110100

Color Harmonies of #12F830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F830

Black with #12F830

Text Example


Text Example

White with #12F830

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,248,48); }

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

background-color css

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

 a { background-color: rgb(18,248,48); }

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

border-color css

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

 span { border-color: rgb(18,248,48); }

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