Html Css Color HEX #0FD60D Free Speech Green

📋 copy color: '#0FD60D'

red 15 ◦ green 214 ◦ blue 13

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

Shades of Free Speech Green #0FD60D

Tints of Free Speech Green #0FD60D

RGB

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

 GREEN value IS 214 (83.98% from 255) = 88.43%

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 6.2%
G = 88.43%
B = 5.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#0FD60D (or 0x0FD60D) is known color: Free Speech Green. HEX triplet: 0F, D6 and 0D. RGB value is (15,214,13). Sum of RGB (Red+Green+Blue) = 15+214+13=242 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.20% from 242); Green value is 214 (83.98% from 255 or 88.43% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD60D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD60D is #F029F2. Grayscale: #848484. Windows color (decimal): -15739379 or 906767. OLE color: 906767.

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

Color convert

RGB 15 214 13 -
CMYK 0.93 0 0.94 0.16
HSL 119.4º 0.89% 0.45% -
HSV(B) 119.4º 0.94% 0.84% -
XYZ 24.32 48.22 8.41 -
YUV 131.59 61.07 44.84 -
System Red Green Blue C M Y K H S L
Decimal 15 214 13 0.93 0 0.94 0.16 119.4 0.89 0.45
Hex F D6 D 5D 0 5E 10 77 59 2D
Octal 17 326 15 135 0 136 20 167 131 55
Binary 1111 11010110 1101 1011101 0 1011110 10000 1110111 1011001 101101

Color Harmonies of #0FD60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD60D

Black with #0FD60D

Text Example


Text Example

White with #0FD60D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,214,13); }

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

background-color css

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

 a { background-color: rgb(15,214,13); }

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

border-color css

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

 span { border-color: rgb(15,214,13); }

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