Html Css Color HEX #0FFD12 Free Speech Green

📋 copy color: '#0FFD12'

red 15 ◦ green 253 ◦ blue 18

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

Shades of Free Speech Green #0FFD12

Tints of Free Speech Green #0FFD12

RGB

 RED value IS 15 (6.25% from 255) = 5.24%

 GREEN value IS 253 (99.22% from 255) = 88.46%

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

R = 5.24%
G = 88.46%
B = 6.29%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#0FFD12 (or 0x0FFD12) is known color: Free Speech Green. HEX triplet: 0F, FD and 12. RGB value is (15,253,18). Sum of RGB (Red+Green+Blue) = 15+253+18=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 253 (99.22% from 255 or 88.46% from 286); Blue value is 18 (7.42% from 255 or 6.29% from 286); Max value from RGB is 253 - color contains mainly: green. Hex color #0FFD12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFD12 is #F002ED. Grayscale: #9B9B9B. Windows color (decimal): -15729390 or 1244431. OLE color: 1244431.

HSL color Cylindrical-coordinate representation of color #0FFD12: hue angle of 120.76º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFD12 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 15 253 18 -
CMYK 0.94 0 0.93 0.01
HSL 120.76º 0.98% 0.53% -
HSV(B) 120.76º 0.94% 0.99% -
XYZ 35.43 70.4 12.29 -
YUV 155.05 50.65 28.11 -
System Red Green Blue C M Y K H S L
Decimal 15 253 18 0.94 0 0.93 0.01 120.76 0.98 0.53
Hex F FD 12 5E 0 5D 1 79 62 35
Octal 17 375 22 136 0 135 1 171 142 65
Binary 1111 11111101 10010 1011110 0 1011101 1 1111001 1100010 110101

Color Harmonies of #0FFD12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFD12

Black with #0FFD12

Text Example


Text Example

White with #0FFD12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0FFD12; }

 p { color: rgb(15,253,18); }

 H1.HeaderClassName
 {
   color: #0FFD12;
 }
 .AnyTagClassName
 {
   color: #0FFD12;
 }
</style>

background-color css

<style>
 a { background-color: #0FFD12; }

 a { background-color: rgb(15,253,18); }

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

border-color css

<style>
 span { border-color: #0FFD12; }

 span { border-color: rgb(15,253,18); }

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