Html Css Color HEX #0FF812 Free Speech Green

📋 copy color: '#0FF812'

red 15 ◦ green 248 ◦ blue 18

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

Shades of Free Speech Green #0FF812

Tints of Free Speech Green #0FF812

RGB

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

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

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

R = 5.34%
G = 88.26%
B = 6.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#0FF812 (or 0x0FF812) is known color: Free Speech Green. HEX triplet: 0F, F8 and 12. RGB value is (15,248,18). Sum of RGB (Red+Green+Blue) = 15+248+18=281 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.34% from 281); Green value is 248 (97.27% from 255 or 88.26% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 248 - color contains mainly: green. Hex color #0FF812 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF812 is #F007ED. Grayscale: #989898. Windows color (decimal): -15730670 or 1243151. OLE color: 1243151.

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

Color convert

RGB 15 248 18 -
CMYK 0.94 0 0.93 0.03
HSL 120.77º 0.94% 0.52% -
HSV(B) 120.77º 0.94% 0.97% -
XYZ 33.87 67.28 11.77 -
YUV 152.11 52.31 30.2 -
System Red Green Blue C M Y K H S L
Decimal 15 248 18 0.94 0 0.93 0.03 120.77 0.94 0.52
Hex F F8 12 5E 0 5D 3 79 5E 34
Octal 17 370 22 136 0 135 3 171 136 64
Binary 1111 11111000 10010 1011110 0 1011101 11 1111001 1011110 110100

Color Harmonies of #0FF812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF812

Black with #0FF812

Text Example


Text Example

White with #0FF812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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