Html Css Color HEX #0FD812 Free Speech Green

📋 copy color: '#0FD812'

red 15 ◦ green 216 ◦ blue 18

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

Shades of Free Speech Green #0FD812

Tints of Free Speech Green #0FD812

RGB

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

 GREEN value IS 216 (84.77% from 255) = 86.75%

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

R = 6.02%
G = 86.75%
B = 7.23%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#0FD812 (or 0x0FD812) is known color: Free Speech Green. HEX triplet: 0F, D8 and 12. RGB value is (15,216,18). Sum of RGB (Red+Green+Blue) = 15+216+18=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 216 (84.77% from 255 or 86.75% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 216 - color contains mainly: green. Hex color #0FD812 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD812 is #F027ED. Grayscale: #858585. Windows color (decimal): -15738862 or 1234959. OLE color: 1234959.

HSL color Cylindrical-coordinate representation of color #0FD812: hue angle of 120.9º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD812 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 15 216 18 -
CMYK 0.93 0 0.92 0.15
HSL 120.9º 0.87% 0.45% -
HSV(B) 120.9º 0.93% 0.85% -
XYZ 24.86 49.26 8.77 -
YUV 133.33 62.91 43.6 -
System Red Green Blue C M Y K H S L
Decimal 15 216 18 0.93 0 0.92 0.15 120.9 0.87 0.45
Hex F D8 12 5D 0 5C F 79 57 2D
Octal 17 330 22 135 0 134 17 171 127 55
Binary 1111 11011000 10010 1011101 0 1011100 1111 1111001 1010111 101101

Color Harmonies of #0FD812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD812

Black with #0FD812

Text Example


Text Example

White with #0FD812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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