Html Css Color HEX #12F908 Free Speech Green

📋 copy color: '#12F908'

red 18 ◦ green 249 ◦ blue 8

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

Shades of Free Speech Green #12F908

Tints of Free Speech Green #12F908

RGB

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

 GREEN value IS 249 (97.66% from 255) = 90.55%

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

R = 6.55%
G = 90.55%
B = 2.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#12F908 (or 0x12F908) is known color: Free Speech Green. HEX triplet: 12, F9 and 08. RGB value is (18,249,8). Sum of RGB (Red+Green+Blue) = 18+249+8=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 249 (97.66% from 255 or 90.55% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 249 - color contains mainly: green. Hex color #12F908 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #12F908 is #ED06F7. Grayscale: #999999. Windows color (decimal): -15533816 or 588050. OLE color: 588050.

HSL color Cylindrical-coordinate representation of color #12F908: hue angle of 117.51º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #12F908 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 18 249 8 -
CMYK 0.93 0 0.97 0.02
HSL 117.51º 0.95% 0.5% -
HSV(B) 117.51º 0.97% 0.98% -
XYZ 34.17 67.9 11.53 -
YUV 152.46 46.47 32.1 -
System Red Green Blue C M Y K H S L
Decimal 18 249 8 0.93 0 0.97 0.02 117.51 0.95 0.5
Hex 12 F9 8 5D 0 61 2 76 5F 32
Octal 22 371 10 135 0 141 2 166 137 62
Binary 10010 11111001 1000 1011101 0 1100001 10 1110110 1011111 110010

Color Harmonies of #12F908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12F908

Black with #12F908

Text Example


Text Example

White with #12F908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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