Html Css Color HEX #10F912 Free Speech Green

📋 copy color: '#10F912'

red 16 ◦ green 249 ◦ blue 18

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

Shades of Free Speech Green #10F912

Tints of Free Speech Green #10F912

RGB

 RED value IS 16 (6.64% from 255) = 5.65%

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

 BLUE value IS 18 (7.42% from 255) = 6.36%

R = 5.65%
G = 87.99%
B = 6.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#10F912 (or 0x10F912) is known color: Free Speech Green. HEX triplet: 10, F9 and 12. RGB value is (16,249,18). Sum of RGB (Red+Green+Blue) = 16+249+18=283 (37% of max value = 765). Red value is 16 (6.64% from 255 or 5.65% from 283); Green value is 249 (97.66% from 255 or 87.99% from 283); Blue value is 18 (7.42% from 255 or 6.36% from 283); Max value from RGB is 249 - color contains mainly: green. Hex color #10F912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10F912 is #EF06ED. Grayscale: #999999. Windows color (decimal): -15664878 or 1243408. OLE color: 1243408.

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

Color convert

RGB 16 249 18 -
CMYK 0.94 0 0.93 0.02
HSL 120.52º 0.95% 0.52% -
HSV(B) 120.52º 0.94% 0.98% -
XYZ 34.2 67.91 11.88 -
YUV 153 51.81 30.28 -
System Red Green Blue C M Y K H S L
Decimal 16 249 18 0.94 0 0.93 0.02 120.52 0.95 0.52
Hex 10 F9 12 5E 0 5D 2 79 5F 34
Octal 20 371 22 136 0 135 2 171 137 64
Binary 10000 11111001 10010 1011110 0 1011101 10 1111001 1011111 110100

Color Harmonies of #10F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F912

Black with #10F912

Text Example


Text Example

White with #10F912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10F912; }

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

 H1.HeaderClassName
 {
   color: #10F912;
 }
 .AnyTagClassName
 {
   color: #10F912;
 }
</style>

background-color css

<style>
 a { background-color: #10F912; }

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

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

border-color css

<style>
 span { border-color: #10F912; }

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

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