Html Css Color HEX #0FD715 Free Speech Green

📋 copy color: '#0FD715'

red 15 ◦ green 215 ◦ blue 21

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

Shades of Free Speech Green #0FD715

Tints of Free Speech Green #0FD715

RGB

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

 GREEN value IS 215 (84.38% from 255) = 85.66%

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

R = 5.98%
G = 85.66%
B = 8.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#0FD715 (or 0x0FD715) is known color: Free Speech Green. HEX triplet: 0F, D7 and 15. RGB value is (15,215,21). Sum of RGB (Red+Green+Blue) = 15+215+21=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 215 (84.38% from 255 or 85.66% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 215 - color contains mainly: green. Hex color #0FD715 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD715 is #F028EA. Grayscale: #858585. Windows color (decimal): -15739115 or 1431311. OLE color: 1431311.

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

Color convert

RGB 15 215 21 -
CMYK 0.93 0 0.90 0.16
HSL 121.8º 0.87% 0.45% -
HSV(B) 121.8º 0.93% 0.84% -
XYZ 24.63 48.76 8.82 -
YUV 133.08 64.74 43.77 -
System Red Green Blue C M Y K H S L
Decimal 15 215 21 0.93 0 0.90 0.16 121.8 0.87 0.45
Hex F D7 15 5D 0 5A 10 7A 57 2D
Octal 17 327 25 135 0 132 20 172 127 55
Binary 1111 11010111 10101 1011101 0 1011010 10000 1111010 1010111 101101

Color Harmonies of #0FD715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD715

Black with #0FD715

Text Example


Text Example

White with #0FD715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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