Html Css Color HEX #0FD006 Free Speech Green

📋 copy color: '#0FD006'

red 15 ◦ green 208 ◦ blue 6

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

Shades of Free Speech Green #0FD006

Tints of Free Speech Green #0FD006

RGB

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

 GREEN value IS 208 (81.64% from 255) = 90.83%

 BLUE value IS 6 (2.73% from 255) = 2.62%

R = 6.55%
G = 90.83%
B = 2.62%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#0FD006 (or 0x0FD006) is known color: Free Speech Green. HEX triplet: 0F, D0 and 06. RGB value is (15,208,6). Sum of RGB (Red+Green+Blue) = 15+208+6=229 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.55% from 229); Green value is 208 (81.64% from 255 or 90.83% from 229); Blue value is 6 (2.73% from 255 or 2.62% from 229); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD006 is #F02FF9. Grayscale: #7F7F7F. Windows color (decimal): -15740922 or 446479. OLE color: 446479.

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

Color convert

RGB 15 208 6 -
CMYK 0.93 0 0.97 0.18
HSL 117.33º 0.94% 0.42% -
HSV(B) 117.33º 0.97% 0.82% -
XYZ 22.79 45.23 7.7 -
YUV 127.27 59.56 47.93 -
System Red Green Blue C M Y K H S L
Decimal 15 208 6 0.93 0 0.97 0.18 117.33 0.94 0.42
Hex F D0 6 5D 0 61 12 75 5E 2A
Octal 17 320 6 135 0 141 22 165 136 52
Binary 1111 11010000 110 1011101 0 1100001 10010 1110101 1011110 101010

Color Harmonies of #0FD006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD006

Black with #0FD006

Text Example


Text Example

White with #0FD006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,6); }

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

background-color css

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

 a { background-color: rgb(15,208,6); }

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

border-color css

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

 span { border-color: rgb(15,208,6); }

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