Html Css Color HEX #0FD215 Free Speech Green

📋 copy color: '#0FD215'

red 15 ◦ green 210 ◦ blue 21

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

Shades of Free Speech Green #0FD215

Tints of Free Speech Green #0FD215

RGB

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

 GREEN value IS 210 (82.42% from 255) = 85.37%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 6.1%
G = 85.37%
B = 8.54%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#0FD215 (or 0x0FD215) is known color: Free Speech Green. HEX triplet: 0F, D2 and 15. RGB value is (15,210,21). Sum of RGB (Red+Green+Blue) = 15+210+21=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 210 (82.42% from 255 or 85.37% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 210 - color contains mainly: green. Hex color #0FD215 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD215 is #F02DEA. Grayscale: #828282. Windows color (decimal): -15740395 or 1430031. OLE color: 1430031.

HSL color Cylindrical-coordinate representation of color #0FD215: hue angle of 121.85º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD215 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 210 21 -
CMYK 0.93 0 0.90 0.18
HSL 121.85º 0.87% 0.44% -
HSV(B) 121.85º 0.93% 0.82% -
XYZ 23.38 46.25 8.4 -
YUV 130.15 66.4 45.87 -
System Red Green Blue C M Y K H S L
Decimal 15 210 21 0.93 0 0.90 0.18 121.85 0.87 0.44
Hex F D2 15 5D 0 5A 12 7A 57 2C
Octal 17 322 25 135 0 132 22 172 127 54
Binary 1111 11010010 10101 1011101 0 1011010 10010 1111010 1010111 101100

Color Harmonies of #0FD215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD215

Black with #0FD215

Text Example


Text Example

White with #0FD215

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,210,21); }

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

background-color css

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

 a { background-color: rgb(15,210,21); }

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

border-color css

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

 span { border-color: rgb(15,210,21); }

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