Html Css Color HEX #0FD507 Free Speech Green

📋 copy color: '#0FD507'

red 15 ◦ green 213 ◦ blue 7

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

Shades of Free Speech Green #0FD507

Tints of Free Speech Green #0FD507

RGB

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

 GREEN value IS 213 (83.59% from 255) = 90.64%

 BLUE value IS 7 (3.13% from 255) = 2.98%

R = 6.38%
G = 90.64%
B = 2.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#0FD507 (or 0x0FD507) is known color: Free Speech Green. HEX triplet: 0F, D5 and 07. RGB value is (15,213,7). Sum of RGB (Red+Green+Blue) = 15+213+7=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 213 (83.59% from 255 or 90.64% from 235); Blue value is 7 (3.12% from 255 or 2.98% from 235); Max value from RGB is 213 - color contains mainly: green. Hex color #0FD507 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD507 is #F02AF8. Grayscale: #828282. Windows color (decimal): -15739641 or 513295. OLE color: 513295.

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

Color convert

RGB 15 213 7 -
CMYK 0.93 0 0.97 0.16
HSL 117.67º 0.94% 0.43% -
HSV(B) 117.67º 0.97% 0.84% -
XYZ 24.03 47.71 8.14 -
YUV 130.31 58.4 45.75 -
System Red Green Blue C M Y K H S L
Decimal 15 213 7 0.93 0 0.97 0.16 117.67 0.94 0.43
Hex F D5 7 5D 0 61 10 76 5E 2B
Octal 17 325 7 135 0 141 20 166 136 53
Binary 1111 11010101 111 1011101 0 1100001 10000 1110110 1011110 101011

Color Harmonies of #0FD507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD507

Black with #0FD507

Text Example


Text Example

White with #0FD507

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,213,7); }

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

background-color css

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

 a { background-color: rgb(15,213,7); }

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

border-color css

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

 span { border-color: rgb(15,213,7); }

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